Learn R Programming

rush (version 0.4.1)

remove_rush_plan: Remove Rush Plan

Description

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

Usage

remove_rush_plan()

Arguments

Value

Invisible TRUE. Function called for side effects.

Examples

Run this code
# This example is not executed since Redis must be installed
# \donttest{
  config_local = redux::redis_config()
  rush_plan(config = config_local, n_workers = 2)
  remove_rush_plan()
# }

Run the code above in your browser using DataLab