Have you ever found yourself typing the same author information into
every new Quarto project? Or copying and pasting your ORCID, email, and
affiliations from one _variables.yml file to another?
You’re not alone. This repetitive work is tedious, error-prone, and takes time away from your actual research or analysis.
froggeR introduces a simple but powerful concept: configure your metadata once, use it everywhere.
With settings() and brand_settings(), you
can:
froggeR uses two storage locations for your configuration:
_variables.yml for author metadata_brand.yml for branding configurationrappdirs
package)settings() and
brand_settings() to set up your global configurationReady to configure your metadata? See the Your Metadata, Your Way vignette
for a detailed guide to the settings() function.
Interested in branding? Check out Building Your Brand
Identity for the complete brand_settings()
workflow.
Want to see the full project setup in action? Read From Zero to Project in Seconds to
understand how quarto_project() brings everything
together.