The R Project SVN R-packages

Rev

Blame | Last modification | View Log | Download | RSS feed

<?xml version="1.0"?>
<!DOCTYPE Rhelp SYSTEM "Rhelp.dtd">

<Rhelp>
<sname>
prompt.xml
</sname>
<alias>
prompt.xml
</alias>
<title>
 ~~function to do ... ~~ 
</title>
<description>
~~ A concise (1-5 lines) description of what the function does. ~~
</description>
<usage>
<sname>prompt.xml</sname>
<arg>
<argName>object</argName>
</arg>
<next />
<arg>
<argName>file</argName>
<defaultValue>NULL</defaultValue>
</arg>
<next />
<arg>
<argName>...</argName>
</arg>
<next />
<arg>
<argName>header</argName>
<defaultValue></defaultValue>
</arg>
<next />
<arg>
<argName>footer</argName>
<defaultValue></defaultValue>
</arg>
</usage>
<arguments>
<argument>
<argDescriptionName>object</argDescriptionName>
<argDescription>~~Describe objecthere~~</argDescription>
</argument>
<argument>
<argDescriptionName>file</argDescriptionName>
<argDescription>~~Describe filehere~~</argDescription>
</argument>
<argument>
<argDescriptionName>...</argDescriptionName>
<argDescription>~~Describe ...here~~</argDescription>
</argument>
<argument>
<argDescriptionName>header</argDescriptionName>
<argDescription>~~Describe headerhere~~</argDescription>
</argument>
<argument>
<argDescriptionName>footer</argDescriptionName>
<argDescription>~~Describe footerhere~~</argDescription>
</argument>
</arguments>
<details>
  ~~ If necessary, more details than the __description__  above ~~
</details>
<value>
~Describe the value returned  If it is a LIST, use  \item{comp1 }{Description of `comp1'}  \item{comp2 }{Description of `comp2'}  ...
</value>
<references>
<reference>
<url>http://www.omegahat.net</url>
</reference>
</references>
<author>
Duncan Temple Lang
</author>
<note>
</note>
<seeAlso>
<a href=""></a>
</seeAlso>
<examples>
<example dontRun="T">
   x %sgets function(a=1, b=2, ...) {
        .....
   }
</example>
</examples>
<keywords>
<keyword></keyword>
</keywords>
</Rhelp>