create_report: Create a template for an INBOmd bookdown report

View source: R/create_report.R

create_reportR Documentation

Create a template for an INBOmd bookdown report

Description

Create a template for an INBOmd bookdown report

Usage

create_report(path = ".", shortname)

Arguments

path

The folder in which to create the folder containing the report. Defaults to the current working directory.

shortname

The name of the report project. The location of the folder shortname depends on the content of path. When path is a subfolder of a git repository, it is changed to the root of that git repository. When path is a checklist::checklist project, you will find the new report at path/source/shortname. When path is a checklist::checklist package, you will find the new report at path/inst/shortname. Otherwise you will find the new report at path/shortname.

See Also

Other utils: add_author(), add_report_numbers(), check_dependencies(), column_start(), column_width(), cover_info(), dyn_table(), references(), render_natbib(), validate_doi()


inbo/INBOmd documentation built on Feb. 3, 2024, 5:58 p.m.