stanza_options | R Documentation |
Allow the user to set and examine options like
stanza_options(option, value, update_python_defaults = FALSE)
option |
any options can be defined, using 'key, value' pairs. If 'value' is missing the current set value is returned for the given 'option'. If both are missing. all set options are returned. |
value |
the corresponding value to set for the given option. |
update_python_defaults |
a logical (default is |
NULL
if both arguments option
and value
are provided.
The currently set value if the argument value
is missing.
All set options if the argument option
is missing.
stanza_options("conda_environment", "stanza")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.