simpleClass | R Documentation |
Simple class of object
simpleClass(x)
x |
Object. |
Doesn't return structure
information, including the parent package that
defines the class, which is common for S4 classes.
Primarily intended for unit testing in other packages.
character(1)
.
Primary class of object, as a simple string.
Updated 2021-08-04.
df <- data.frame()
simpleClass(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.