vignettes/documenter.R

## ----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
#  )
MAMC-DCI/documenter documentation built on Jan. 5, 2023, 4:04 p.m.