Learn R Programming

cylcop (version 0.2.0)

cylcop_get_option: Get Package Options

Description

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

Usage

cylcop_get_option(option = NULL)

Value

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

Arguments

option

character string, the name of the option.

See Also

cylcop_set_option()

Examples

Run this code
cylcop_get_option("silent")
cylcop_get_option()

Run the code above in your browser using DataLab