View source: R/futureSessionInfo.R
futureSessionInfo | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.