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