Structured Project Standards for R and 'Quarto'
Initialize a froggeR Project from the Template
Create a Custom Quarto Project
Save Brand Configuration to Global froggeR Settings
Save Metadata Configuration to Global froggeR Settings
Write Brand YAML for Quarto Projects
Create a .gitignore File
Create a New Quarto Document
Create a Quarto SCSS File
Write Variables YAML for Quarto Projects
Provides an opinionated project scaffold for R and 'Quarto' analysis work, enforcing a consistent directory layout with scripts in R/, .qmd files in pages/, and assets in www/. The primary entry point, init(), downloads the latest template from a companion GitHub repository so that project structure evolves independently of package releases. Supports persistent author metadata and 'Quarto' brand configuration that carry across projects automatically.