Skip to content

Instantly share code, notes, and snippets.

@erikerhardt
Last active March 28, 2022 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikerhardt/5523fa4dd6ebd5a4e0ad442ea6eef6f5 to your computer and use it in GitHub Desktop.
Save erikerhardt/5523fa4dd6ebd5a4e0ad442ea6eef6f5 to your computer and use it in GitHub Desktop.
Rmd chuck to turn on/off eval for future code chunks
```{r, eval = TRUE}
# XXX-xxx
######################################## ########################################
####### STOP EVAL ######## ####### STOP EVAL ########
######################################## ########################################
knitr::opts_chunk$set(eval = FALSE) # TRUE
######################################## ########################################
####### STOP EVAL ######## ####### STOP EVAL ########
######################################## ########################################
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment