powered by
Gets the path to the accompanying documentation (doc/) directory of this package.
# S3 method for Package getDocPath(this, ...)
Returns a character string.
character
Not used.
Henrik Bengtsson
For more information see Package.
Package
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