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/", ...)

Arguments

...

Not used.

Value

Returns nothing.

Author

Henrik Bengtsson

See also

*getManPath() For more information see Rdoc.