Skip to content

Instantly share code, notes, and snippets.

@jennybc
Created September 8, 2014 06:53
Show Gist options
  • Save jennybc/679ea117b61c9126034a to your computer and use it in GitHub Desktop.
Save jennybc/679ea117b61c9126034a to your computer and use it in GitHub Desktop.
Make knitr tolerate errors (snippet for reference)
```{r setup, include = FALSE, cache = FALSE}
knitr::opts_chunk$set(error = TRUE)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment