cylcop_get_option {cylcop}R Documentation

Get Package Options

Description

Currently the only option ("silent") is to toggle verbosity on or off.

Usage

cylcop_get_option(option = NULL)

Arguments

option

character string, the name of the option.

Value

The numeric value of option. If no argument is provided, a list of all options is printed.

See Also

cylcop_set_option()

Examples

cylcop_get_option("silent")
cylcop_get_option()

[Package cylcop version 0.2.0 Index]