forked from tidyverse/tidyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
155 lines (154 loc) · 3.57 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Generated by roxygen2: do not edit by hand
S3method(complete,data.frame)
S3method(complete,default)
S3method(complete_,data.frame)
S3method(drop_na,data.frame)
S3method(drop_na,default)
S3method(drop_na_,data.frame)
S3method(expand,data.frame)
S3method(expand,default)
S3method(expand,grouped_df)
S3method(expand_,data.frame)
S3method(extract,data.frame)
S3method(extract,default)
S3method(extract_,data.frame)
S3method(fill,data.frame)
S3method(fill,default)
S3method(fill_,data.frame)
S3method(full_seq,Date)
S3method(full_seq,POSIXct)
S3method(full_seq,numeric)
S3method(gather,data.frame)
S3method(gather,default)
S3method(gather_,data.frame)
S3method(nest,data.frame)
S3method(nest,grouped_df)
S3method(nest,tbl_df)
S3method(nest_legacy,data.frame)
S3method(nest_legacy,tbl_df)
S3method(replace_na,data.frame)
S3method(replace_na,default)
S3method(separate,data.frame)
S3method(separate,default)
S3method(separate_,data.frame)
S3method(separate_rows,data.frame)
S3method(separate_rows,default)
S3method(separate_rows_,data.frame)
S3method(spread,data.frame)
S3method(spread,default)
S3method(spread_,data.frame)
S3method(unite,data.frame)
S3method(unite,default)
S3method(unite_,data.frame)
S3method(unnest,data.frame)
S3method(unnest_legacy,data.frame)
export("%>%")
export(as_tibble)
export(build_longer_spec)
export(build_wider_spec)
export(chop)
export(complete)
export(complete_)
export(contains)
export(crossing)
export(crossing_)
export(drop_na)
export(drop_na_)
export(ends_with)
export(everything)
export(expand)
export(expand_)
export(expand_grid)
export(extract)
export(extract_)
export(extract_numeric)
export(fill)
export(fill_)
export(full_seq)
export(gather)
export(gather_)
export(hoist)
export(last_col)
export(matches)
export(nest)
export(nest_)
export(nest_legacy)
export(nesting)
export(nesting_)
export(num_range)
export(one_of)
export(pack)
export(pivot_longer)
export(pivot_longer_spec)
export(pivot_wider)
export(pivot_wider_spec)
export(replace_na)
export(separate)
export(separate_)
export(separate_rows)
export(separate_rows_)
export(spread)
export(spread_)
export(starts_with)
export(tibble)
export(tidyr_legacy)
export(tribble)
export(unchop)
export(uncount)
export(unite)
export(unite_)
export(unnest)
export(unnest_)
export(unnest_auto)
export(unnest_legacy)
export(unnest_longer)
export(unnest_wider)
export(unpack)
import(rlang)
import(vctrs)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,tbl_vars)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(purrr,accumulate)
importFrom(purrr,discard)
importFrom(purrr,every)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_df)
importFrom(purrr,map2_int)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_at)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,pmap_dbl)
importFrom(purrr,pmap_df)
importFrom(purrr,pmap_int)
importFrom(purrr,pmap_lgl)
importFrom(purrr,reduce)
importFrom(purrr,some)
importFrom(purrr,transpose)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(utils,packageVersion)
importFrom(utils,type.convert)
useDynLib(tidyr, .registration = TRUE)