Create a template for an INBOmd bookdown report

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.