get_attribute | R Documentation |
Returns attributes from a configuration
, configuration_set
,
configuration_fit
, or configuration_fit_set
.
get_attribute(x, attr_name, ...)
x |
An object containing attributes. |
attr_name |
An attribute name. |
Value(s) associated with the attr_name
.
filter_by_attribute
f_set <- c(star(2), star(3), star(4)) get_attribute(f_set, "group_size") get_attribute(f_set, "type") get_attribute(f_set[[1]], "type")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.