roxygen2
roxygen2 copied to clipboard
Support control how the output of Rmd blocks is used
With chunk options, maybe:
```{r, rd.html = FALSE}
...
```
We could have one or multiple options. It should be possible to:
- specify HTML only output
- specify PDF only output
- specify that Unicode should go into HTML + text and ASCII into PDF