paste_cover_tex: Generate cover page LaTeX string

View source: R/gen_cover_tex.R

paste_cover_texR Documentation

Generate cover page LaTeX string

Description

Generate cover page LaTeX string

Usage

paste_cover_tex(
  study,
  report_title,
  purpose,
  mtg_type,
  mtg_date,
  mtg_times,
  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 E.g., "Friday, December 10, 2021"

mtg_times

Character vector of meeting times, E.g., c("7:00 AM - 10:00 AM PST", "10:00 AM - 1:00 PM EST")

cutoff_snapshot

"Cutoff" if cutoff date is used "Snapshot" if snapshot date is used

dco_date

Data cutoff or snapshot date E.g., "November 10, 2021"


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