Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

setManPath.Rdoc

Sets the path to the directory where the Rd files should be saved


Description

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.

Usage

## 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(s)

Henrik Bengtsson

See Also

*getManPath() For more information see Rdoc.


R.oo

R Object-Oriented Programming with or without References

v1.24.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.