set_tag | R Documentation |
Sets the user-defined, custom tag of a scenario. Tags can be helpful to quickly distinguish scenarios of the same model type.
set_tag(x, tag)
x |
(vector of) |
tag |
vector of |
(vector of) modified EffectScenario
objects
get_tag()
# set a custom tag
myscenario <- GUTS_RED_SD() %>% set_tag("My Custom Tag")
# returns `My Custom Tag`
get_tag(myscenario)
# the tag also appears in the scenario overview
myscenario
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.