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

# This example is not executed since Redis must be installed

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


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