Skip to content
Prev 9418 / 29559 Next

help to find a link how to write syntax the package manual

Hi Gianni,

The Writing R Packages manual has some information, as does this document
about the Rd parser:
developer.r-project.org/parseRd.pdf

In your specific case, try this:

mysample: \cr
sample1 \cr
sample2 \cr
sample3 \cr
sample4 \cr
sample5 \cr

Sarah

On Mon, Sep 27, 2010 at 12:45 PM, gianni lavaredo
<gianni.lavaredo at gmail.com> wrote: