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 Rdoc
setManPath(this, path="../man/", ...)
Returns nothing.
Not used.
Henrik Bengtsson
*getManPath()
For more information see Rdoc
.