Skip to content
Prev 312214 / 398506 Next

Introduction text in R help files

On 12-11-28 6:52 AM, Ulrich Staudinger wrote:
Text like that could be put into the package help file, which appears 
first when you produce the PDF.  (See 2.1.4 in Writing R Extensions.) 
If you'd rather separate it, then just give it a name that sorts into 
the proper place.

You can include aliases for the methods in the file if you want this to 
be the primary source of documentation for them, or a link from each of 
them to your overview topic if you'd prefer more specific documentation 
to appear on a specific search.

Duncan Murdoch