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

# This example is not executed since Redis must be installed

  config_local = redux::redis_config()
  rush_plan(config = config_local, n_workers = 2)
  remove_rush_plan()


rush documentation built on June 22, 2024, 9:38 a.m.