-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 884 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
S3method("[",R6Flow)
S3method(collect,Element)
S3method(collect,R6Flow)
S3method(compute,Element)
S3method(compute,R6Flow)
export("%>%")
export("%||%")
export(cache_file)
export(cache_memory)
export(cache_memory_file)
export(collect)
export(compute)
export(default_cache)
export(default_eddy_env)
export(default_flow_options)
export(delete_eddy)
export(element)
export(flow_call)
export(flow_dfg)
export(flow_dfr)
export(flow_file_source)
export(flow_fn)
export(flow_ns_sink)
export(forget)
export(get_current_eddy)
export(get_eddy)
export(get_flow_options)
export(is_current)
export(is_flow)
export(is_flow_fn)
export(is_valid)
export(make_flow_fn)
export(new_eddy)
export(set_current_eddy)
export(set_flow_options)
export(use_eddy)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(magrittr,"%>%")
importFrom(purrr,"%||%")