Description Usage Arguments Value Examples
Set attributes to an object
1 | addObjectAttrs(object, ..., replace = TRUE)
|
object |
Object |
... |
Named parameters to convert to attributes |
replace |
Boolean: replace an attribute if already set? |
Object with attributes set
1 2 | ll <- list(a="hey", b="there")
psichomics:::addObjectAttrs(ll, "words"=2, "language"="English")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.