parallelMap (version 1.3)

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

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

parallelGetRegisteredLevels(flatten = FALSE)

Arguments

flatten

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

Value

[codeRegisteredLevels | character]. See above.