compileRdoc | R Documentation |
Compiles the Rdoc help comments in a package by parsing the source code files and writes Rd help files.
compileRdoc(pkgname=NULL, path=pkgname, ..., verbose=TRUE)
pkgname |
A |
path |
A |
... |
Additional arguments passed to |
verbose |
If |
To compile all Rdoc comments in a package 'PkgA' that is located
under the current working directory (e.g. PkgA/R/*.R
) from
the system command line, do:
Rscript -e R.oo::compileRdoc()
Returns nothing.
Henrik Bengtsson
See the Rdoc
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.