Description Usage Arguments Author(s) Examples
This function allows the user to control of which step of the workflow will be run and the generation of the new RMarkdown.
1 |
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
1 2 3 4 5 6 7 8 9 | ## 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.