getDocPath.Package | 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
For more information see Package
.
print(list.files(getDocPath(R.oo))) # explicit call, or
print(list.files(R.oo$docPath)) # as a virtual field
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.