Learn R Programming

optifunset (version 1.0)

Set Options if Unset

Description

A single function 'options.ifunset(...)' is contained herewith, which allows the user to set a global option ONLY if it is not already set. By this token, for package maintainers this function can be used in preference to the standard 'options(...)' function, making provision for THEIR end user to place 'options(...)' directives within their '.Rprofile' file, which will not be overridden at the point when a package is loaded.

Copy Link

Version

Install

install.packages('optifunset')

Monthly Downloads

91

Version

1.0

License

GPL-2

Last Published

May 5th, 2015

Functions in optifunset (1.0)

options.ifunset

Set Options if Unset
optifunset

OptIfUnset Package