use_ubreportclo.Rd
The CLO file contains the information identifying the author, project and institution (although we do not modify that). It is used by the UNIBE CLS file to create the parts of the template.
use_ubreportclo(
projnum = "xxx",
projname = "Project YYY",
reporttype = "Type of report",
version = "Version",
sign = "Author name",
email = "author.name@ctu.unibe.ch",
job = "Senior Statistician",
open = FALSE,
dir = ".",
...
)
Project number to appear in report
Project name to appear in report
The main title of the report
Version number or similar
Your name as it should appear
your email address
your job title
open the file or not
directory in which to create the file
other options passed to use_template
writes the UNIBE template clo file
# use_ubreportclo(# Personal info
# sign = "Alan",
# email = "alan.haynes@ctu.unibe.ch",
# job = "Senior Statistician",
# # Project info
# projnum = "1234",
# projname = "Project X",
# # Report info
# version = Sys.Date(),
# reporttype = "Recruitment report"
# )