Project directory
Note
This will pick the latest dated directory and warn the user, if bcbio has been run multiple times to the same upload directory.
Updated 2020-12-03.
Examples
uploadDir <- system.file("extdata/bcbio", package = "bcbioBase")
x <- projectDir(uploadDir)
#> projectDir: 2018-01-01_bcbio
basename(x)
#> [1] "2018-01-01_bcbio"