https://github.com/cran/XML
Raw File
Tip revision: 3c0b64398bf79b865a4134380b14356c1683f77f authored by Duncan Temple Lang on 31 May 2015, 00:00:00 UTC
version 3.98-1.2
Tip revision: 3c0b643
prompt.xml
<?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.org</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>
back to top