run_hiplot | R Documentation |
Run hiplot
run_hiplot(opt = globs_get("opt"))
opt |
option list |
## Not run:
basedir <- system.file("extdata", "ezcox", package = "hiplotlib")
opt <- list(
inputFile = file.path(basedir, "data.txt"),
confFile = file.path(basedir, "data.json"),
outputFilePrefix = file.path(basedir, "result/test"),
tool = "ezcox",
module = "basic",
simple = FALSE,
enableExample = TRUE,
help = FALSE
)
dir.create(dirname(opt$outputFilePrefix))
dir.create(file.path(dirname(opt$outputFilePrefix), "log"))
options(hiplotlib.script_dir = dirname(basedir))
run_hiplot()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.