surveillance (version 1.12.1)

surveillance.options: Options of the surveillance Package

Description

Query, set or reset options specific to the surveillance package, similar to what options does for global settings.

Usage

surveillance.options(...)
reset.surveillance.options()

Arguments

...
Either empty, or a sequence of option names (as strings), or a sequence of name=value pairs, or a named list of options. Available options are: [object Object],[object Object],[object Object],[object Object]

Value

  • reset.surveillance.options reverts all options to their default values and (invisibly) returns these in a list.

    For surveillance.options, the following holds:

    • If no arguments are given, the current values of all package options are returned in a list.
    • If one option name is given, the current value of this option is returned (notin a list, just the value).
    • If several option names are given, the current values of these options are returned in a list.
    • Ifname=valuepairs are given, the named options are set to the given values, and thepreviousvalues of these options are returned in a list.

Examples

Run this code
surveillance.options()

Run the code above in your browser using DataCamp Workspace