R/runDate.R
runDate.Rd
Get the run date from the project directory.
runDate(projectDir)
character(1). Project directory path.
character(1)
Date.
Date
Alternatively, can parse YAML data, but this approach is faster and simpler.
Updated 2023-09-21.
Michael Steinbaugh
runDate(projectDir = "2018-01-01_illumina_rnaseq") #> [1] "2018-01-01"