Learn R Programming

parallelize.dynamic (version 0.9-1)

parallelize_setEnable: Turn on/off the parallelization mechanism

Description

This function changes the definition of Apply/Lapply/Sapply/parallelize/parallelize_call to turn the parallelization mechanism on or off.

Usage

parallelize_setEnable(state)

Arguments

state

Value

The returned value is undefined.

Details

This function changes the definition of Apply/Lapply/Sapply/parallelize/parallelize_call to turn the parallelization mechanism on or off. The global environment is modified by a call to this function.

See Also

parallelize, parallelize_call, parallelize_initialize

Examples

Run this code
	parallelize_setEnable(FALSE);
	Lapply
	parallelize_setEnable(TRUE);
	Lapply

Run the code above in your browser using DataLab