getDocPath.Package {R.oo} | R Documentation |
Gets the path to the accompanying documentation (doc/) directory of this package.
## S3 method for class 'Package': getDocPath(this, ...)
... |
Not used. |
Returns a character
string.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Package
.
print(list.files(getDocPath(R.oo))) # explicit call, or print(list.files(R.oo$docPath)) # as a virtual field