set_attr {radiant.data} | R Documentation |
Alias used to add an attribute
set_attr(x, which, value)
x |
Object |
which |
Attribute name |
value |
Value to set |
foo <- data.frame(price = 1:5) %>% set_attr("description", "price set in experiment ...")