addClasses | R Documentation |
A wrapper to add to the class attribute.
addClasses(x, classes)
x |
[any] |
classes |
[ |
Changed object x
.
x = list() print(class(x)) x = addClasses(x, c("foo1", "foo2")) print(class(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.