R.oo (version 1.22.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, ...)

Arguments

...

Not used.

Value

Returns a character string.

See Also

For more information see Package.

Examples

Run this code
# NOT RUN {
  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 DataCamp Workspace