R/deprecated.R

Defines functions options.manager reset.options

Documented in options.manager reset.options

# This is here for backwards compatibility
options.manager <- function(option.name, defaults=NULL)
{
  OptionsManager(option.name, defaults)
}

# This is here for backwards compatibility
reset.options <- function(option.name, ...) resetOptions(option.name, ...)

Try the futile.options package in your browser

Any scripts or data that you put into this service are public.

futile.options documentation built on May 2, 2019, 7:40 a.m.