We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27acb44 commit 67b823dCopy full SHA for 67b823d
vignettes/quarto-workflow.Rmd
@@ -94,7 +94,7 @@ Each component serves a specific purpose:
94
95
## Individual Document Creation
96
97
-### Basic Document
+### Custom Document
98
99
Create a new Quarto document in an existing project:
100
@@ -111,7 +111,7 @@ This creates `frog_analysis.qmd` with:
111
* Two starter sections
112
* Links to project styling
113
114
-### Custom Documents
+### Basic Documents
115
116
For documents without project settings and requiring manual changes to the document YAML:
117
@@ -186,7 +186,7 @@ Best practices for project organization:
186
)
187
188
froggeR::write_quarto(
189
- filename = "frogs",
+ filename = "analysis",
190
custom_yaml = TRUE
191
192
```
0 commit comments