Create a template for an INBOmd bookdown report
create_report(path = ".", shortname)
The folder in which to create the folder containing the report. Defaults to the current working directory.
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
.
Other utils:
add_author()
,
add_report_numbers()
,
check_dependencies()
,
column_start()
,
column_width()
,
cover_info()
,
dyn_table()
,
references()
,
render_natbib()
,
validate_doi()