Package Specific Options

Usage

setupPackageOptions(..., NAME = NULL, ENVIR = topenv(parent.frame()), RESET = FALSE)

Arguments

...
a single named list or named arguments that provide the default options and their values.
NAME
name of the set of options. This is used as a prefix for the name of the associated global option: package:.
ENVIR
environment where the option wrapper functions will be defined. No function is defined if ENVIR=NULL
RESET
a logical that indicates whether the option set should overwrite one that already exists if necessary. The default is FALSE (i.e. no reset), because one generally wants to keep options possibly saved in a reloaded workspace.

Description

The following functions to access/set the options from the set are assigned in envir:

  1. Options
  2. GetOption