futureSessionInfo {future} | R Documentation |
Get future-specific session information and validate current backend
Description
Get future-specific session information and validate current backend
Usage
futureSessionInfo(test = TRUE, anonymize = TRUE)
Arguments
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. |
Value
Nothing.
Examples
plan(multisession, workers = 2)
futureSessionInfo()
plan(sequential)
[Package future version 1.34.0 Index]