get_tag | R Documentation |
Returns the user-defined, custom tag of a scenario, if available. Tags can be helpful to quickly distinguish scenarios of the same model type. The function supports vectorized inputs.
get_tag(x)
x |
(vector of) scenarios or |
vector of character
set_tag()
# returns `fathead minnow`
get_tag(minnow_it)
# update or set a tag
myscenario <- minnow_it %>% set_tag("My Custom Tag")
# returns `My Custom Tag`
get_tag(myscenario)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.