add_class | R Documentation |
Add a new class attribute
add_class(.obj, .class)
.obj |
R object. |
.class |
String with the desired class name. |
Input object with additional class .class
.
tmp <- "abc" class(tmp) tmp <- immunarch:::add_class(tmp, "new_class") class(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.