Description Usage Arguments Value Examples
View source: R/Powershellfunctions.r
Obtain ALL PID and startup information for a cluster
1 | GetStartedClusterPIDData(cluster)
|
cluster |
a cluster made by e.g. parallell:makecluster |
data.table with information about role and status of PID in a parallel cluster
1 2 3 4 5 6 | ## Not run:
cl <- parallel::makePSOCKcluster(names = 2)
doParallel::registerDoParallel(cl)
GetStartedClusterPIDData(cl)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.