| attribute_set | R Documentation |
Set from namesReplaces the common two-step pattern of creating and assigning attributes manually
with a single call. Useful for implication closures and $recommend().
attribute_set(fc, ...)
fc |
A |
... |
Attribute names: a character vector, or several strings. |
A Set over fc$attributes.
## Not run:
S <- attribute_set(fc, "Romantic", "Slow_burn")
fc$implications$closure(S)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.