
Function reference
-
render() - Render R markdown file
-
document() - Use roxygen to document a package from within a Rmd file
-
load_all() - Load complete package
Functions for adding “extras” to your package
These functions can help you add a README, vignettes, a pkgdown site, and a hex sticker to your package.
-
add_readme() - Add README to package
-
add_vignettes() - Add one or more vignettes to package
-
add_pkgdown() - Add a pkgdown site
-
add_hex_sticker() - Add a hex sticker to package
-
litr_html_document() - litr version of
rmarkdown::html_document()
-
litr_pdf_document() - litr version of
rmarkdown::pdf_document()
-
litr_gitbook() - litr version of
bookdown::gitbook()
-
litrify_output_format() - Modify an existing output format to have
litrbehavior