reset_parallel_plan: Reset Parallel Plan to Sequential

View source: R/parallel_config.R

reset_parallel_planR Documentation

Reset Parallel Plan to Sequential

Description

Convenience function to reset parallel processing to sequential mode. Equivalent to set_parallel_plan("sequential").

Usage

reset_parallel_plan()

Value

Invisibly returns the future plan object.

See Also

set_parallel_plan()

Examples

## Not run: 
# Enable parallel processing
set_parallel_plan("multisession", workers = 4)

# Reset to sequential
reset_parallel_plan()

## End(Not run)


riemtan documentation built on Nov. 11, 2025, 1:06 a.m.