Skip to content

Use knitr hooks instead of hacky wrapper

Compare
Choose a tag to compare
@filipsch filipsch released this 27 Jun 15:25
· 32 commits to master since this release

From now on, tutorial features the go_interactive() function, that you have to add to the top of your R Markdown documents to generate DataCamp Light powered code chunks:

```{r include=FALSE}
tutorial::go_interactive()
```