-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 884 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
37
38
39
40
# Generated by roxygen2: do not edit by hand
S3method(constant,data.frame)
S3method(dup,data.frame)
S3method(dupGroups,data.frame)
S3method(informative,data.frame)
S3method(misplaced,data.frame)
S3method(na,data.frame)
S3method(naGroups,data.frame)
S3method(safe_join,data.frame)
S3method(sort,grouped_df)
S3method(status,data.frame)
S3method(unsorted,data.frame)
S3method(weak,data.frame)
export(constant)
export(detect)
export(dup)
export(dupGroups)
export(enumerate)
export(ignore)
export(informative)
export(itemize)
export(misplaced)
export(na)
export(naGroups)
export(safe_join)
export(static)
export(status)
export(unsorted)
export(weak)
import(dplyr)
import(magrittr)
importFrom(dplyr,arrange)
importFrom(dplyr,left_join)
importFrom(magrittr,"%<>%")
importFrom(rlang,as_string)
importFrom(rlang,f_rhs)
importFrom(rlang,syms)
importFrom(tidyr,gather)
importFrom(tidyr,spread)