futureSessionInfo {future} | R Documentation |
Get future-specific session information and validate current backend
futureSessionInfo(test = TRUE)
test |
If TRUE, one or more futures are created to query workers and validate their information. |
Nothing.
plan(multisession, workers = 2) futureSessionInfo() plan(sequential)