stanza_options {stanza} | R Documentation |
Options
Description
Allow the user to set and examine options like
Usage
stanza_options(option, value, update_python_defaults = FALSE)
Arguments
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 |
Value
-
NULL
if both argumentsoption
andvalue
are provided. The currently set value if the argument
value
is missing.All set options if the argument
option
is missing.
Examples
stanza_options("conda_environment", "stanza")
[Package stanza version 1.0-3 Index]