remove_rush_plan: Remove Rush Plan

View source: R/rush_plan.R

remove_rush_planR Documentation

Remove Rush Plan

Description

Removes the rush plan that was set by rush_plan().

Usage

remove_rush_plan()

Value

Invisible TRUE. Function called for side effects.

Examples

if (redux::redis_available()) {
  config_local = redux::redis_config()
  rush_plan(config = config_local, n_workers = 2)
  remove_rush_plan()
}

rush documentation built on March 18, 2026, 5:08 p.m.