Skip to content

Dev #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 16, 2025
Merged

Dev #40

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ reference:
contents:
- quarto_project
- settings
- save_variables
- title: "Document Creation"
desc: "Functions for creating and styling Quarto documents"
contents:
Expand Down
4 changes: 4 additions & 0 deletions vignettes/hopping-into-quarto.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ These settings flow through your projects in this order:

This is `froggeR`'s main benefit: making Quarto documents and projects easier the next time too. Later we'll see how `froggeR::quarto_project()` will pull this information the next time while setting up the entire project structure. You can skip ahead to the <Quarto Workflow with froggeR> vignette, if you like.

### Save Settings

**New for froggeR v.0.4.0**: use the `save_variables()` function to add your current project's `_variables.yml` to the system configuration file. This increased functionality was much-needed. Instead of you the user searching out where to find the configuration file buried in your operating system's path, we've employed a quick technique to find that file, ensure that you would like to overwrite the file for future use, or create it if it doesn't already exist. This reinforce's `froggeR`'s goal to increase your effeciency now and for future projects.

### Create a Quarto document with a custom YAML

To further the leverage the power of project metadata, select a Quarto template with `custom_yaml = TRUE` (this is the default argument) and choose any name you'd like.
Expand Down