Read All 'immediateCondition' RDS Files
readImmediateConditions(
path = immediateConditionsPath(),
pattern = "[.]rds$",
include = getOption("future.relay.immediate", "immediateCondition"),
signal = FALSE,
remove = TRUE
)
Returns a base::list of immediateCondition objects.
(character string) The folder where the RDS files are.
(character string) A regular expression selecting the RDS files to be read.
(character vector) The class or classes of the objects to be kept.
(logical) If TRUE, the condition read are signaled.
(logical) If TRUE, the RDS files used are removed on exit.