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