Rdoc$getManPath {R.oo}R Documentation

Gets the path to the directory where the Rd files will be saved

Description

Gets the path to the directory where the Rd files will be saved.

Usage

## Static method (use this):
## Rdoc$getManPath(...)

## Don't use the below:
## S3 method for class 'Rdoc'
getManPath(this, ...)

Arguments

...

Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

*setManPath() For more information see Rdoc.


[Package R.oo version 1.25.0 Index]