setStudyTimeline.Rd
Function to set study timeline
setStudyTimeline(
status = "Started",
startDate = as.character(lubridate::today()),
endDate = as.character(lubridate::today() + (365 * 2))
)
the study status, default is started
the start of the study, defaults to todays date
the date specifying the end (or expected end) of the study
a list containing study timeline