View source: R/gen-functions.R
setup_settings | R Documentation |
Perform the setup of the setting-system provided by package 'uniset'.
setup_settings(path = NULL)
path |
Character length one, holding the path to the location where the folder containing the settings.R file should be located. Defaults to 'NULL'. If left at the default 'NULL', the location should be selectable interactively. |
Has to be done only once.
(Invisible) NULL; is called for its side effects, i.e. to set up the settings-file system as provided by package 'uniset'.
Other Setup functions:
fd_update_settings()
where <- path.expand("~") setup_settings(where)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.