R.oo (version 1.26.0)

getDocPath.Package: Gets the path to the accompanying documentation (doc/) directory of this package

Description

Gets the path to the accompanying documentation (doc/) directory of this package.

Usage

# S3 method for Package
getDocPath(this, ...)

Value

Returns a character string.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see Package.

Examples

Run this code
  print(list.files(getDocPath(R.oo)))   # explicit call, or
  print(list.files(R.oo$docPath))       # as a virtual field

Run the code above in your browser using DataLab