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