startCalculators | R Documentation |
Start calculator instances (also named as "funz daemons")
startCalculators(n = 1, stdout = NULL, stderr = NULL)
n |
number of calculators to start |
stdout |
calculators output stream: NULL (default) or "|" |
stderr |
calculators error stream: NULL (default) or "|" |
processx objects of started calculators
## Not run:
# This will start 5 instances of calculator waiting for a "Run()" call
startCalculators(5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.