forked from tidyverse/tidyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
S3method(complete_,data.frame)
S3method(complete_,grouped_df)
S3method(expand_,data.frame)
S3method(expand_,grouped_df)
S3method(expand_,tbl_df)
S3method(extract_,data.frame)
S3method(extract_,grouped_df)
S3method(extract_,tbl_df)
S3method(fill_,data.frame)
S3method(fill_,grouped_df)
S3method(full_seq,Date)
S3method(full_seq,POSIXct)
S3method(full_seq,numeric)
S3method(gather_,data.frame)
S3method(gather_,grouped_df)
S3method(gather_,tbl_df)
S3method(nest_,data.frame)
S3method(nest_,grouped_df)
S3method(nest_,tbl_df)
S3method(replace_na,data.frame)
S3method(replace_na,tbl_df)
S3method(separate_,data.frame)
S3method(separate_,grouped_df)
S3method(separate_,tbl_df)
S3method(separate_rows_,data.frame)
S3method(separate_rows_,grouped_df)
S3method(separate_rows_,tbl_df)
S3method(spread_,data.frame)
S3method(spread_,grouped_df)
S3method(spread_,tbl_df)
S3method(unite_,data.frame)
S3method(unite_,grouped_df)
S3method(unite_,tbl_df)
S3method(unnest_,data.frame)
S3method(unnest_,grouped_df)
S3method(unnest_,tbl_df)
export("%>%")
export(complete)
export(complete_)
export(crossing)
export(expand)
export(expand_)
export(extract)
export(extract_)
export(extract_numeric)
export(fill)
export(fill_)
export(full_seq)
export(gather)
export(gather_)
export(nest)
export(nest_)
export(nesting)
export(replace_na)
export(separate)
export(separate_)
export(separate_rows)
export(separate_rows_)
export(spread)
export(spread_)
export(unite)
export(unite_)
export(unnest)
export(unnest_)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(stats,setNames)
importFrom(tibble,as_data_frame)
importFrom(tibble,data_frame)
importFrom(utils,type.convert)
useDynLib(tidyr)