createBiocWorkflow {BiocWorkflowTools} | R Documentation |
Uses create
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 |
... |
other arguments passed to |
open |
if |
File path to the R Markdown vignete (invisibly).
createBiocWorkflow(file.path(tempdir(), "MyWorkflow"), open = FALSE)