futureSessionInfo: Get future-specific session information and validate current...

View source: R/futureSessionInfo.R

futureSessionInfoR 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)

future documentation built on July 9, 2023, 6:31 p.m.