Rdoc$setManPath | R Documentation |
Sets the path to the directory where the Rd files should be saved. By default the path is ../man/
assuming that the
current directory is ../R/
, which is where source files commonly
are placed.
## Static method (use this):
## Rdoc$setManPath(path="../man/", ...)
## Don't use the below:
## S3 method for class 'Rdoc'
setManPath(this, path="../man/", ...)
... |
Not used. |
Returns nothing.
Henrik Bengtsson
*getManPath()
For more information see Rdoc
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.