R/example-data.R
datom_example_cutoffs.Rd
Returns a named vector of monthly cutoff dates for STUDY-001, useful for simulating EDC data evolution in examples.
datom_example_cutoffs()
Named character vector with entries month_1 through month_6.
month_1
month_6
datom_example_cutoffs() #> month_1 month_2 month_3 month_4 month_5 month_6 #> "2026-01-28" "2026-02-28" "2026-03-28" "2026-04-28" "2026-05-28" "2026-06-28" # month_1 month_2 month_3 month_4 month_5 month_6 # "2026-01-28" "2026-02-28" ...