inst/doc/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
#  )

Try the documenter package in your browser

Any scripts or data that you put into this service are public.

documenter documentation built on Jan. 5, 2023, 5:11 p.m.