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