options.copy | R Documentation |
Provide a name of a user options file to copy from, and a name of a file to copy to, and copy from the 'from' file to the 'to' file.
options.copy(
options_file_name_from = NULL,
options_file_name_to = NULL,
options_dir = NULL
)
options_file_name_from |
[character, optional] Name of the options file to copy from. If not provided, the user will be prompted. Defaults to |
options_file_name_to |
[character, optional] Name of the options file to copy to. If not provided, the user will be prompted. Defaults to |
options_dir |
[character, optional] Full path to the folder that contains user options files. If not provided, the default folder is chosen. Defaults to |
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.