createBiocWorkflow {BiocWorkflowTools} | R Documentation |
Uses create_package
to set up a skeleton for a new Bioconductor workflow package.
createBiocWorkflow( path, description = getOption("devtools.desc"), rstudio = TRUE, open = rstudio )
path |
location to create new package. The last component of the path will be used as the package name. |
description |
list of description values to override default values or add additional values. |
rstudio |
if |
open |
if |
File path to the R Markdown vignette (invisibly).
createBiocWorkflow(file.path(tempdir(), "MyWorkflow"), open = FALSE)