View source: R/classContains.R
classContains | R Documentation |
Determine which class is contained (extended) in the requested class definition.
classContains(class, package)
class |
|
package |
|
character(1)
.
Name of extended class.
Updated 2021-01-28.
methods::getClass()
.
help("classRepresentation-class", "methods")
x <- classContains(class = "data.frame", package = "methods")
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.