roxygen2 icon indicating copy to clipboard operation
roxygen2 copied to clipboard

Support control how the output of Rmd blocks is used

Open gaborcsardi opened this issue 4 years ago • 0 comments

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

gaborcsardi avatar Apr 29 '21 11:04 gaborcsardi