View source: R/utils-classes.R
setAttrFromList | R Documentation |
This function sets the attributes of an object based on a given list
setAttrFromList(.dt, attr, removeExtraAttrs = T)
.dt |
data.table |
attr |
named list of desired attributes to add to .dt |
removeExtraAttrs |
boolean indicating if existing attributes of .dt not included in attr should be removed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.