litr version of rmarkdown::pdf_document()
litr_pdf_document.Rd
This behaves exactly like rmarkdown::pdf_document()
except it creates an
R package.
Arguments
- minimal_eval
If
TRUE
, then only chunks withlitr::document()
orusethis
commands will be evaluated. This can be convenient in coding when you just want to quickly update the R package without having to wait for long evaluations to occur.- ...
Parameters to be passed to
rmarkdown::pdf_document()