Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

readImmediateConditions

Read All 'immediateCondition' RDS Files


Description

Read All 'immediateCondition' RDS Files

Usage

readImmediateConditions(
  path = immediateConditionsPath(),
  pattern = "[.]rds$",
  include = getOption("future.relay.immediate", "immediateCondition"),
  signal = FALSE,
  remove = TRUE
)

Arguments

path

(character string) The folder where the RDS files are.

pattern

(character string) A regular expression selecting the RDS files to be read.

include

(character vector) The class or classes of the objects to be kept.

signal

(logical) If TRUE, the condition read are signaled.

remove

(logical) If TRUE, the RDS files used are removed on exit.

Value

Returns a base::list of immediateCondition objects.


future

Unified Parallel and Distributed Processing in R for Everyone

v1.21.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.