Learn R Programming

rush (version 0.4.1)

rush_config: Get Rush Config

Description

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

Usage

rush_config()

Arguments

Value

list() with the stored configuration.

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)
  rush_config()
# }

Run the code above in your browser using DataLab