-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
36 lines (35 loc) · 852 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
# Generated by roxygen2: do not edit by hand
S3method(b_arrange,default)
S3method(b_arrange,split_df)
S3method(b_count,default)
S3method(b_count,split_df)
S3method(b_filter,default)
S3method(b_filter,split_df)
S3method(b_group_by,data.frame)
S3method(b_mutate,default)
S3method(b_mutate,split_df)
S3method(b_select,default)
S3method(b_select,split_df)
S3method(b_summarize,default)
S3method(b_summarize,split_df)
S3method(b_ungroup,default)
S3method(b_ungroup,split_df)
export("%>%")
export(b_arrange)
export(b_count)
export(b_filter)
export(b_gather)
export(b_group_by)
export(b_mutate)
export(b_rename)
export(b_select)
export(b_spread)
export(b_summarize)
export(b_ungroup)
export(b_unite)
importFrom(magrittr,"%>%")
importFrom(rlang,quo)
importFrom(rlang,quo_squash)
importFrom(rlang,quos)
importFrom(stats,na.omit)
importFrom(utils,type.convert)