R/zzz.R
get_toolkit_option.Rd
Set an option for toolkit
get_toolkit_option(name)
Name of the option
The requested option or NULL if it doesn't exist
toolkit_option("test", "DUMMY") get_toolkit_option("test") #> [1] "DUMMY"