cls | R Documentation |
cls
is a replacement for the class
function
which also works for the collection objects. It falls back to the ordinary class
function
for other objects.
cls(x)
x |
a collection object |
d <- dict() cls(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.