Skip to content

Commit 67b823d

Browse files
committed
edit for syntax
1 parent 27acb44 commit 67b823d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/quarto-workflow.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Each component serves a specific purpose:
9494

9595
## Individual Document Creation
9696

97-
### Basic Document
97+
### Custom Document
9898

9999
Create a new Quarto document in an existing project:
100100

@@ -111,7 +111,7 @@ This creates `frog_analysis.qmd` with:
111111
* Two starter sections
112112
* Links to project styling
113113

114-
### Custom Documents
114+
### Basic Documents
115115

116116
For documents without project settings and requiring manual changes to the document YAML:
117117

@@ -186,7 +186,7 @@ Best practices for project organization:
186186
)
187187
188188
froggeR::write_quarto(
189-
filename = "frogs",
189+
filename = "analysis",
190190
custom_yaml = TRUE
191191
)
192192
```

0 commit comments

Comments
 (0)