Description Usage Arguments Value Examples
View source: R/createBiocWorkflow.R
Uses create_package
to set up a skeleton for a new Bioconductor workflow package.
1 2 3 4 5 6 | 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).
1 | createBiocWorkflow(file.path(tempdir(), "MyWorkflow"), open = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.