Skip to content

Instantly share code, notes, and snippets.

@franperezlopez
Last active September 1, 2017 16:15
Show Gist options
  • Save franperezlopez/7122ca1de2a45009f67b4ec81784e9be to your computer and use it in GitHub Desktop.
Save franperezlopez/7122ca1de2a45009f67b4ec81784e9be to your computer and use it in GitHub Desktop.
rMarkdown cache attributes
```{r rf, cache=T}
# train random forest model
```
```{r cache=T, dependson=”rf”}
# predict using random forest model
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment