Retrieves an eddy.
get_eddy(eddy_name, eddy_env = default_eddy_env())
eddy_name | Unique name for the eddy to allow retrieving later. |
---|---|
eddy_env | The environment in which the |
An eddy object to be used for storing flows.
Other eddy functions: delete_eddy
,
get_current_eddy
, new_eddy
,
set_current_eddy
, use_eddy
new_eddy("eddy_name")#> <R6Eddy> with cache <R6CacheMemory> and 0 flow(s) #> excluded_arg=; eval_arg_fn=NULL; split_bare_list=TRUE; split_dataframe=FALSE; split_fn=NULL #> # A tibble: 0 x 7 #> # ... with 7 variables: fn_name <chr>, fn_id <chr>, fn_key <chr>, class <chr>, #> # CV <chr>, state <chr>, in_mem <int>get_eddy("eddy_name")#> <R6Eddy> with cache <R6CacheMemory> and 0 flow(s) #> excluded_arg=; eval_arg_fn=NULL; split_bare_list=TRUE; split_dataframe=FALSE; split_fn=NULL #> # A tibble: 0 x 7 #> # ... with 7 variables: fn_name <chr>, fn_id <chr>, fn_key <chr>, class <chr>, #> # CV <chr>, state <chr>, in_mem <int>