Learn R Programming

parallelMap (version 1.1)

parallelRegisterLevels: Register available parallelization levels in a client package.

Description

Call this in your.onLoad in your zzz.R.

Usage

parallelRegisterLevels(package, levels)

Arguments

package
[character(1)] Name of your package.
levels
[character(1)] Availabe levels that are used in the parallelMap operations of your package.

Value

  • Nothing.