cylcop_get_option {cylcop} | R Documentation |
Currently the only option ("silent"
) is to toggle verbosity on or off.
cylcop_get_option(option = NULL)
option |
character string, the name of the option. |
The numeric value of option. If no argument is provided, a list of all options is printed.
cylcop_get_option("silent")
cylcop_get_option()