Skip to content

Instantly share code, notes, and snippets.

@franperezlopez
Last active May 1, 2016 23:15
Show Gist options
  • Save franperezlopez/feaa9e5490bfa5af6d1f55e09a933609 to your computer and use it in GitHub Desktop.
Save franperezlopez/feaa9e5490bfa5af6d1f55e09a933609 to your computer and use it in GitHub Desktop.
r-markdown
```{r include=F}
options(width=120)
set.seed(3874)
options(error=function() {save.image(file="error.rmd.RData")})
```
Master's max age is `r max(combi$Age[combi$Title=="Master"], na.rm=T)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment