sessionDetails {future}R Documentation

Outputs details on the current R session

Description

Outputs details on the current R session

Usage

sessionDetails(env = FALSE)

Arguments

env

If TRUE, Sys.getenv() information is returned.

Details

Note that remote futures use persistent = TRUE by default.

Value

Invisibly a list of all details.


[Package future version 1.13.0 Index]