parallelGetRegisteredLevels: Get registered parallelization levels for all currently...

Description Usage Arguments Value

View source: R/parallelRegisterLevels.R

Description

With flatten = FALSE, a structured S3 object is returned. The S3 object only has one slot, which is called levels. This contains a named list. Each name refers to package from the call to parallelRegisterLevels(), while the entries are character vectors of the form “package.level”. With flatten = TRUE, a simple character vector is returned that contains all concatenated entries of levels from above.

Usage

1

Arguments

flatten

(logical(1))
Flatten to character vector or not? See description. Default is FALSE.

Value

RegisteredLevels | character. See above.


parallelMap documentation built on June 28, 2021, 9:07 a.m.