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