options.modify | R Documentation |
Modify an existing user options file with new values.
options.modify(
options_file_name = NULL,
options_dir = NULL,
template_path = NULL,
user_input = list(),
should_validate = TRUE
)
options_file_name |
[character] Name of the user options file to modify, including the suffix. |
options_dir |
[character, optional] Full path to the folder that contains user options files. If not provided, the default folder is chosen. Defaults to |
template_path |
[character, optional] Full path to the options template file. Defaults to |
user_input |
[list, optional] A named list of user-supplied values for these options. If |
should_validate |
[logical, optional] If TRUE, validate the modified options file against the template. Defaults to TRUE. |
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.