Skip to content

Commit f21cda9

Browse files
committed
Fix typo opts_chunk
Fix typo opts_chunk
1 parent d041468 commit f21cda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

5_REPDATA/Reproducible Research Course Notes.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ print(xt, "html")
371371
```
372372

373373
* **setting global options**
374-
* \`\`\``{r setoptions, echo = FALSE} opt_chunk$set(echo = FALSE, results = "hide")`\`\`\` = sets the default option to not print the code/results unless otherwise specified
374+
* \`\`\``{r setoptions, echo = FALSE} opts_chunk$set(echo = FALSE, results = "hide")`\`\`\` = sets the default option to not print the code/results unless otherwise specified
375375
* **common options**
376376
* **output**: `results = "asis"` OR `"hide"`
377377
* `"asis"` = output to stay in original format and not compiled into HTML
@@ -783,4 +783,4 @@ grid.raster(readPNG("figures/9.png"))
783783
- reusing templates
784784
- report structure
785785
- executive summaries
786-
- appendices (sessionInfo, saves, file location)
786+
- appendices (sessionInfo, saves, file location)

0 commit comments

Comments
 (0)