## ----setup, include = FALSE--------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----eval=FALSE--------------------------------------------------------------- # input <- system.file("extdata", "example", package = "documenter") # document_it( # input_directory = input, # output_file = file.path(tempdir(), "documentation"), # annotation_file = NULL # )