View source: R/gen-functions.R
fd_update_settings | R Documentation |
Source the settings-list as defined in the settings.R file and
create the object 'stn' in its environment. The settings-file system is
based on functionality from package uniset
.
fd_update_settings(silent = FALSE)
silent |
Logical |
A list holding key-value pairs as defined in the 'flowdex_settings.R' file.
Other Setup functions:
setup_settings()
assign("get_settings_from_flowdex_package_root", TRUE, pos=.GlobalEnv) # only required to make the examples run automatically # you should not call 'assign' if you run the examples manually # the effect of setting 'get_settings_from_flowdex_package_root' to TRUE # is that the file 'flowdex_settings.R' in 'root' of the installed package # 'flowdex' will be sourced instead of the one in the user-defined location. # stn <- fd_update_settings() str(stn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.