Description Usage Arguments Value Author(s) Examples
Currently we support “character”, “numeric”, “intetger” and “logical”
data types. NA
are OK, but not NULL
.
1 |
x |
a named list, where each element has just 1 value |
a chracter(1) which can be tacked onto the end of an Rscript commandline if any values in x are characters, they will be double quoted. each individual parameter name=value pair will be single quoted
Mark Cowley, 2011-08-18
1 2 | x <- list(a="C2CGP", b=1, c=TRUE, out="/mnt/ICGCPancreas")
list2RscriptArgs(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.