-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.3 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
S3method("$",Flow)
S3method("$<-",Flow)
S3method("+",formula)
S3method("+",quosure)
S3method("+",unquoted)
S3method("-",formula)
S3method("^",quosure)
S3method(as.flow,Flow)
S3method(as.flow,default)
S3method(as.proto,Flow)
S3method(print,Flow)
S3method(print,FlowMethod)
S3method(print,unquoted)
S3method(str,Flow)
export("!!")
export("%>.%")
export("%>_%")
export(._)
export(as.flow)
export(as.quosure)
export(as_flow)
export(debug_flow)
export(enflow)
export(flow)
export(graph_flow)
export(is.bare_formula)
export(is.flow)
export(is.formula)
export(is.quosure)
export(is_flow)
export(quos_underscore)
importFrom(graphics,plot)
importFrom(igraph,graph_from_edgelist)
importFrom(proto,as.proto)
importFrom(proto,proto)
importFrom(rlang,"f_env<-")
importFrom(rlang,abort)
importFrom(rlang,caller_env)
importFrom(rlang,empty_env)
importFrom(rlang,enquo)
importFrom(rlang,env_parent)
importFrom(rlang,eval_tidy)
importFrom(rlang,f_env)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,get_expr)
importFrom(rlang,is_function)
importFrom(rlang,is_symbolic)
importFrom(rlang,is_true)
importFrom(rlang,new_quosure)
importFrom(rlang,quo_get_env)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quos)
importFrom(rlang,warn)
importFrom(utils,capture.output)
importFrom(utils,str)