R.oo (version 1.0.3)

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 class 'Package}(this, ...)':
getDocPathundefined

...{Not used.}

Returns a character string.

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

[object Object]

For more information see Package.

Arguments