View source: R/sysargslist_utilities.R
configWF | R Documentation |
This function allows the user to control of which step of the workflow will be run and the generation of the new RMarkdown.
configWF(x, input_steps = "ALL", exclude_steps = NULL, silent = FALSE, ...)
x |
object of class |
input_steps |
a character vector of all steps desires to preserve on the output file.
Default is |
exclude_steps |
a character vector of all steps desires to remove on the output file. |
silent |
if set to TRUE, all messages returned by the function will be suppressed. |
... |
Additional arguments to pass on to |
Daniela Cassol
## Not run:
library(systemPipeRdata)
targets <- system.file("extdata", "targets.txt", package="systemPipeR")
script <- system.file("extdata/workflows/rnaseq", "systemPipeRNAseq.Rmd", package="systemPipeRdata")
SYSconfig <- initProject(projPath="./", targets=targets, script=script, overwrite=TRUE, silent=TRUE)
sysargslist <- configWF(x=sysargslist)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.