-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
34 lines (33 loc) · 867 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
# Generated by roxygen2: do not edit by hand
S3method(anti_join,tbl_funnel)
S3method(arrange,tbl_funnel)
S3method(filter,tbl_funnel)
S3method(group_by,tbl_funnel)
S3method(inner_join,tbl_funnel)
S3method(left_join,tbl_funnel)
S3method(mutate,tbl_funnel)
S3method(rename,tbl_funnel)
S3method(right_join,tbl_funnel)
S3method(select,tbl_funnel)
S3method(semi_join,tbl_funnel)
S3method(summarise,tbl_funnel)
S3method(transmute,tbl_funnel)
export(after_anti_join)
export(after_full_join)
export(after_inner_join)
export(after_join)
export(after_left_join)
export(after_right_join)
export(after_semi_join)
export(filter)
export(funnel_start)
export(funnel_step)
export(funnel_steps)
export(reclass)
export(summarize_conversions)
export(summarize_funnel)
export(summarize_prop_tests)
import(dplyr)
importFrom(dplyr,filter)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")