-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(blast,data.frame)
S3method(compress,default)
S3method(compress,list)
S3method(exchange,data.frame)
S3method(exchange,default)
S3method(exchange,list)
S3method(full_rbind,data.frame)
S3method(full_rbind,default)
S3method(full_rbind,matrix)
S3method(inner_rbind,data.frame)
S3method(inner_rbind,default)
S3method(inner_rbind,matrix)
S3method(reglook,data.frame)
S3method(reglook,default)
S3method(set_colnames,data.frame)
S3method(set_colnames,matrix)
S3method(set_rownames,data.frame)
S3method(set_rownames,matrix)
S3method(to_head,data.frame)
S3method(to_head,default)
S3method(to_head,matrix)
S3method(to_head,tbl_df)
S3method(to_tail,data.frame)
S3method(to_tail,default)
S3method(to_tail,matrix)
S3method(to_tail,tbl_df)
export(blast)
export(complete_cases)
export(compress)
export(exchange)
export(full_rbind)
export(inner_rbind)
export(mm_inch)
export(reglook)
export(safely_mutate)
export(safely_select)
export(set_colnames)
export(set_rownames)
export(to_head)
export(to_tail)
importFrom(dplyr,any_of)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(figur,reglook)
importFrom(figur,reglook.data.frame)
importFrom(figur,reglook.default)
importFrom(purrr,compact)
importFrom(purrr,map)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(rlang,`!!`)
importFrom(rlang,`:=`)
importFrom(rlang,enexpr)
importFrom(rlang,set_names)
importFrom(stats,complete.cases)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)