gen_cover_tex: Generate cover page LaTeX string

View source: R/gen_cover_tex.R

gen_cover_texR Documentation

Generate cover page LaTeX string

Description

Generate cover page LaTeX string

Usage

gen_cover_tex(
  study,
  report_title,
  purpose,
  mtg_type,
  mtg_date,
  start_time,
  end_time,
  tzone,
  tzones,
  cutoff_snapshot,
  dco_date,
  conf_statement
)

Arguments

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 tzone. Use 24-hour time. (I.e., "07:00" not "7:00" and "13:00" not "1:00 PM").

end_time

String with the start time in the time zone tzone. Use 24-hour time.

tzone

The time zone that the start and end times are in see the link in tzones for names to use.

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.


khumph/concat documentation built on March 19, 2022, 11:49 p.m.