Learn R Programming

colorSpec (version 0.5-2)

cs.options: Functions to set and retrieve colorSpec package options

Description

Allow the user to set and examine a variety of options for colorSpec.

Usage

cs.options( ... )

Arguments

...
named arguments are set; unnamed arguments are retrieved, and must be single character strings. See example.

Value

  • returns a list with all options mentioned. If no arguments are given, then it returns a list of all options.

Options used in logging

lll{ Name Default Value Description loglevel 'WARN' controls the amount of logging information produced. . . . logformat '%t %l %n::%f(). %m' the format of each log line. See logging page. . . . stoponerror TRUE stop when a logging event has level ERROR; a logical. } When setting loglevel an initial letter is sufficient.

See Also

logging

Examples

Run this code
#   set 2 options and retrieve the 3rd
cs.options( loglevel="DEBUG", stoponerror=FALSE, "logformat" )

Run the code above in your browser using DataLab