View source: R/save_variables.R
| save_variables | R Documentation |
This function saves the current _variables.yml file from an existing froggeR
Quarto project to your global (system-wide) froggeR configuration. This allows
you to reuse metadata across multiple projects.
save_variables()
This function:
Reads the project-level _variables.yml file
Saves it to your system-wide froggeR config directory
Prompts for confirmation if a global configuration already exists
The saved configuration is stored in rappdirs::user_config_dir('froggeR')
and will automatically be used in new froggeR projects created with
init or write_variables.
This is useful for maintaining consistent author metadata (name, email, affiliations, etc.) across all your projects without having to re-enter it each time.
Invisibly returns NULL after saving configuration file.
write_variables, save_brand
# Save metadata from current project to global config
if (interactive()) save_variables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.