powered by
Generate documentation for the files of a directory.
document_it(input_directory, output_file, annotation_file = NULL, title = NULL)
The directory of files to be documented.
The path to the output file that will be generated.
The path to the annotation file if present.
The title of the output document.
if (FALSE) { input <- system.file("extdata", "example", package = "documenter") document_it( input_directory = input, output_file = "documentation", annotation_file = NULL ) }
Run the code above in your browser using DataLab