use_ubreportclo | R Documentation |
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 = ".",
...
)
projnum |
Project number to appear in report |
projname |
Project name to appear in report |
reporttype |
The main title of the report |
version |
Version number or similar |
sign |
Your name as it should appear |
email |
your email address |
job |
your job title |
open |
open the file or not |
dir |
directory in which to create the file |
... |
other options passed to |
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"
# )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.