set_current_eddy: Set the current eddy to be used in future flow calls

Description Usage Arguments Value See Also Examples

View source: R/eddy-functions.R

Description

Set the current eddy to be used in future flow calls

Usage

1
set_current_eddy(eddy_name, eddy_env = default_eddy_env())

Arguments

eddy_name

Unique name for the eddy to to be set as current.

eddy_env

The environment in which the eddy is put (bound).

Value

An eddy object to be used for storing flows.

See Also

Other eddy functions: delete_eddy, get_current_eddy, get_eddy, new_eddy, use_eddy

Examples

1
2
new_eddy("eddy")
set_current_eddy("eddy")

numeract/rflow documentation built on May 28, 2019, 3:39 p.m.