rush_config: Get Rush Config

View source: R/rush_plan.R

rush_configR Documentation

Get Rush Config

Description

Returns the rush config that was set by rush_plan().

Usage

rush_config()

Value

list() with the stored configuration.

Examples

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

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