library(bdpar)
path <- system.file("example",
package = "bdpar")
bdpar.Options$set("numCores", 1)
system.time(runPipeline(path = path,
cache = FALSE,
verbose = FALSE,
summary = FALSE))
bdpar.Options$set("numCores", 2)
system.time(runPipeline(path = path,
cache = FALSE,
verbose = FALSE,
summary = FALSE))
bdpar.Options$set("numCores", 6)
system.time(runPipeline(path = path,
cache = FALSE,
verbose = FALSE,
summary = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.