Learn R Programming

froggeR (version 0.6.0)

settings: Manage froggeR Metadata Settings

Description

Interactively create or update your froggeR metadata for reuse across Quarto projects.

Usage

settings()

Arguments

Value

Invisibly returns NULL. Called for side effects.

Details

This function provides an interactive workflow to:

  • Create new metadata (name, email, ORCID, affiliations, etc.)

  • Update existing metadata from project or global configurations

  • View current metadata

  • Save to project-level, global (system-wide), or both locations

Metadata is stored as YAML and automatically used by write_variables in future Quarto projects.

See Also

brand_settings, write_variables, save_variables

Examples

Run this code
# Only run in an interactive environment
if (interactive()) froggeR::settings()

Run the code above in your browser using DataLab