View source: R/gen_cover_tex.R
gen_cover_tex | R Documentation |
Generate cover page LaTeX string
gen_cover_tex( study, report_title, purpose, mtg_type, mtg_date, start_time, end_time, tzone, tzones, cutoff_snapshot, dco_date, conf_statement )
study |
The name of the study, e.g., "Sponsor Protocol" |
report_title |
The title of the report, e.g., "Open Report" |
purpose |
E.g., "DMC Meeting" |
mtg_type |
What kind of meeting is it? E.g., "Teleconference" |
mtg_date |
The date of the meeting in ISO 8601 format, e.g., "2021-12-10". |
start_time |
String with the start time in the time zone |
end_time |
String with the start time in the time zone |
tzone |
The time zone that the start and end times are in see the link
in |
tzones |
The time zones you wish to display. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for time zone names you can use. |
cutoff_snapshot |
"Cutoff" if cutoff date is used "Snapshot" if snapshot date is used. |
dco_date |
Data cutoff or snapshot date in ISO 8601, e.g., "2021-11-10". |
conf_statement |
Statement of confidentiality. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.