This will open and save a markdown file with pre-populated headings and sections to aid in generating output documentation. This is not official documentation but rather a useful guide to meet the standard for the output checkers. This function will automatically output to "out/export" and number sequentially the export folders.
dipr_use_export_doc(template = "export-doc.md", ...)
Path to template file relative to templates/
directory
within package
; see details.
further arguments passed to usethis::use_template
if (FALSE) {
dipr_use_export_doc()
}