Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

stop_if_reserved

Check for reserved option names.


Description

Utility function checking for reserved names.

Usage

stop_if_reserved(...)

Arguments

...

Comma-separated [key]=[value] pairs

Value

logical, indicating if any of the keys was reserved (invisibly).

Details

This is a utility function that checks if the keys of the key-value pairs ... contain reserved words. The reserved words are

.__defaults, .__reserved.

If reserved words are encountered in the input an error thrown. The package vignette has examples of its use:

vignette('settings',package='options')

See Also


settings

Software Option Settings Manager for R

v0.2.7
GPL-3
Authors
Mark van der Loo
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.