Description Usage Arguments Value Details See Also
Utility function checking for reserved names.
1 |
... |
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.