Skip to content

Instantly share code, notes, and snippets.

@franperezlopez
Created September 1, 2017 15:52
Show Gist options
  • Save franperezlopez/6936a57170921bd5b944734182f9c7c2 to your computer and use it in GitHub Desktop.
Save franperezlopez/6936a57170921bd5b944734182f9c7c2 to your computer and use it in GitHub Desktop.
rMarkdown save environment document on error
```{r}
options(error=function() {save.image(file="error.rmd.RData")})
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment