stopCalculators | R Documentation |
Shutdown calculator instances (also named as "funz daemons")
stopCalculators(px)
px |
array of processx objects to stop (returned values of startCalculators()) |
## Not run:
calcs = startCalculators(5)
# ...
stopCalculators(calcs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.