-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
107 lines (106 loc) · 2.59 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Generated by roxygen2: do not edit by hand
S3method(anti_join,tbl_pb)
S3method(as_pibble,"NULL")
S3method(as_pibble,data.frame)
S3method(as_pibble,grouped_df)
S3method(as_pibble,list)
S3method(as_pibble,tbl_df)
S3method(distinct,tbl_pb)
S3method(full_join,tbl_pb)
S3method(group_by,tbl_pb)
S3method(inner_join,tbl_pb)
S3method(intersect,tbl_pb)
S3method(left_join,tbl_pb)
S3method(mutate,tbl_pb)
S3method(nest_join,tbl_pb)
S3method(rename,tbl_pb)
S3method(right_join,tbl_pb)
S3method(select,tbl_pb)
S3method(semi_join,tbl_pb)
S3method(setdiff,tbl_pb)
S3method(summarise,tbl_pb)
S3method(summarize,tbl_pb)
S3method(tbl_sum,tbl_pb)
S3method(transmute,tbl_pb)
S3method(type_sum,tbl_pb)
S3method(ungroup,tbl_pb)
S3method(union,tbl_pb)
S3method(union_all,tbl_pb)
export("%>%")
export(anti_join.tbl_pb)
export(as_pibble)
export(between_i)
export(build_pibble)
export(distinct.tbl_pb)
export(fixed_check)
export(fixed_force)
export(full_join.tbl_pb)
export(group_by.tbl_pb)
export(id_variable)
export(inexact_anti_join)
export(inexact_full_join)
export(inexact_inner_join)
export(inexact_left_join)
export(inexact_nest_join)
export(inexact_right_join)
export(inexact_semi_join)
export(inner_join.tbl_pb)
export(intersect.tbl_pb)
export(is_pibble)
export(left_join.tbl_pb)
export(mode_order)
export(mutate.tbl_pb)
export(mutate_cascade)
export(mutate_subset)
export(nest_join.tbl_pb)
export(panel_convert)
export(panel_fill)
export(panel_locf)
export(pibble)
export(rename.tbl_pb)
export(right_join.tbl_pb)
export(safe_join)
export(select.tbl_pb)
export(semi_join.tbl_pb)
export(setdiff.tbl_pb)
export(summarise.tbl_pb)
export(summarize.tbl_pb)
export(time_variable)
export(tlag)
export(transmute.tbl_pb)
export(ungroup.tbl_pb)
export(union.tbl_pb)
export(union_all.tbl_pb)
export(within_i)
importFrom(dplyr,anti_join)
importFrom(dplyr,distinct)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,inner_join)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,nest_join)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,setdiff)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(dplyr,union_all)
importFrom(lubridate,"%m-%")
importFrom(magrittr,"%>%")
importFrom(pillar,dim_desc)
importFrom(rlang,"%@%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,is_empty)
importFrom(rlang,syms)
importFrom(tibble,tbl_sum)
importFrom(tibble,type_sum)
importFrom(vctrs,vec_restore)