Learn R Programming

future (version 1.24.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)

Arguments

test

If TRUE, one or more futures are created to query workers and validate their information.

Value

Nothing.

Examples

Run this code
# NOT RUN {
plan(multisession, workers = 2)
futureSessionInfo()
plan(sequential)
# }

Run the code above in your browser using DataLab