| stop_if_reserved {settings} | R Documentation |
Utility function checking for reserved names.
stop_if_reserved(...)
... |
Comma-separated |
logical, indicating if any of the keys was reserved (invisibly).
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')