View source: R/settings_catalog.R
| load_settings_catalog | R Documentation |
The catalog defines metadata (labels, hints) and default values for settings
sections. Users can override the packaged defaults by placing a
settings-catalog.yml file in their Framework config directory
(tools::R_user_dir("framework", "config")). When an override exists it is
merged on top of the packaged catalog.
load_settings_catalog(include_user = TRUE, validate = TRUE)
include_user |
Logical indicating whether to merge user overrides.
Defaults to |
validate |
Logical indicating whether to perform basic validation on
the catalog structure. Defaults to |
A nested list representing the settings catalog.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.