Skip to contents

Get the run date from the project directory.

Usage

runDate(projectDir)

Arguments

projectDir

character(1). Project directory path.

Value

Date.

Details

Alternatively, can parse YAML data, but this approach is faster and simpler.

Note

Updated 2023-09-21.

Author

Michael Steinbaugh

Examples

runDate(projectDir = "2018-01-01_illumina_rnaseq")
#> [1] "2018-01-01"