getClasses.Package | R Documentation |
Gets all classes of a package.
## S3 method for class 'Package'
getClasses(this, ...)
... |
Not used. |
Returns a character
vector
of class names.
Henrik Bengtsson
For more information see Package
.
pkg <- Package("R.oo")
print(getClasses(pkg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.