| document_it | R Documentation |
Generate documentation for the files of a directory.
document_it(input_directory, output_file, annotation_file = NULL, title = NULL)
input_directory |
The directory of files to be documented. |
output_file |
The path to the output file that will be generated. |
annotation_file |
The path to the annotation file if present. |
title |
The title of the output document. |
## Not run:
input <- system.file("extdata", "example", package = "documenter")
document_it(
input_directory = input,
output_file = "documentation",
annotation_file = NULL
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.