View source: R/Resume_functions.R
InitializaPlan | R Documentation |
Initialize a running plan
InitializaPlan(type = "raw_ms")
type |
Character, Initialized plan type for a resumable running mode. Can be "raw_opt" for automated optimization option, or "raw_ms" for customized pipeline. |
will return an initial plan for execution
Zhiqiang Pang zhiqiang.pang@mail.mcgill.ca Jeff Xia jeff.xia@mcgill.ca Mcgill University License: GNU GPL (>= 2)
ExecutePlan
for the this resumable running pipeline.
plan <- InitializaPlan("raw_opt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.