litr version of rmarkdown::html_document()
litr_html_document.Rd
This behaves like rmarkdown::html_document()
with a few differences:
It creates an R package.
It adds hyperlinks to function definitions whenever a function is used elsewhere in the document.
It does "Knuth-style" chunk referencing with hyperlinks.
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()