delete_eddy: Delete eddy and ALL its data from ALL cache layers (memory...

Description Usage Arguments Value See Also Examples

View source: R/eddy-functions.R

Description

Delete eddy and ALL its data from ALL cache layers (memory and/or disk)

Usage

1
delete_eddy(eddy_name, eddy_env = default_eddy_env())

Arguments

eddy_name

Unique name of the eddy to be deleted.

eddy_env

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

Value

Nothing (NULL).

See Also

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

Examples

1
2
3
new_eddy("eddy_new")
# processing steps ...
delete_eddy("eddy_new")

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