projectDir | R Documentation |
Project directory
projectDir(uploadDir)
uploadDir |
|
character(1)
.
Dated project directory (e.g. "2018-01-01_rnaseq").
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.
Michael Steinbaugh
uploadDir <- system.file("extdata/bcbio", package = "bcbioBase")
x <- projectDir(uploadDir)
basename(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.