Create a new empty report.
Arguments
- name
The name of the report
- template
The template to use. The only acceptable values for now are
NULL
(uses the built-in default) andFALSE
which suppresses any default content. We may support customisable templates in future - let us know if this would be useful.- force
Create an orderly file -
<name>.R
within an existing directorysrc/<name>
; this may be useful if you have already created the directory and some files first but want help creating the orderly file.- root
The path to the root directory, or
NULL
(the default) to search for one from the current working directory. This function does require that the directory is configured for orderly, and not just outpack (see orderly_init for details).