Function to generate R chunk header for rmarkdown rendering in different
output
Usage
generate_chunk_header(...)
Value
a string of length 1
Arguments
...
The different options for R code chunks.
Details
To get the list of all accepted options, you can call
names(knitr::opts_chunk$get()) and to get the default values you can
call knitr::opts_chunk$get().