Learn R Programming

future (version 1.34.0)

futureSessionInfo: 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)

Value

Nothing.

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.

Examples

Run this code
plan(multisession, workers = 2)
futureSessionInfo()
plan(sequential)

Run the code above in your browser using DataLab