sysargs | R Documentation |
Methods to access information from SYSargs
object.
sysargs(x)
x |
object of class |
various outputs
Thomas Girke
## Construct SYSargs object from param and targets files
param <- system.file("extdata", "hisat2.param", package="systemPipeR")
targets <- system.file("extdata", "targets.txt", package="systemPipeR")
args <- systemArgs(sysma=param, mytargets=targets)
args
names(args); modules(args); cores(args); outpaths(args); sysargs(args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.