new_eddy: Create a new eddy. Does not affect the current eddy

Description Usage Arguments Value See Also Examples

View source: R/eddy-functions.R

Description

Create a new eddy. Does not affect the current eddy

Usage

1
2
new_eddy(eddy_name, cache = default_cache(),
  flow_options = default_flow_options(), eddy_env = default_eddy_env())

Arguments

eddy_name

Unique name for the eddy to allow retrieving later.

cache

A cache object returned by one of the cache functions.

flow_options

Options to store for future flow invocations. They do not affect the eddy, they are only stored for ease of access.

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, set_current_eddy, use_eddy

Examples

1
new_eddy("new_eddy_name")

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