-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
106 lines (105 loc) · 2.24 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
# Generated by roxygen2: do not edit by hand
S3method("%P%",default)
S3method(cat_line,default)
S3method(cat_lines,default)
S3method(cc,default)
S3method(count_na,data.frame)
S3method(count_na,default)
S3method(count_na,list)
S3method(max_na,data.frame)
S3method(max_na,default)
S3method(max_na,matrix)
S3method(min_var,data.frame)
S3method(min_var,default)
S3method(min_var,list)
S3method(min_var,matrix)
S3method(na_omit,data.frame)
S3method(na_omit,default)
S3method(na_omit,list)
S3method(na_omit,matrix)
S3method(regmatches_,character)
S3method(regmatches_,default)
S3method(regmatches_,factor)
S3method(regmatches_,list)
S3method(regmatches_first,character)
S3method(regmatches_first,default)
S3method(regmatches_first,factor)
S3method(regmatches_first,list)
S3method(rescale_log,default)
S3method(rescale_normal,default)
S3method(rescale_pointscale,default)
S3method(rescale_standard,default)
S3method(split_url,character)
S3method(split_url,default)
export("%>%")
export("%P%")
export("%PP%")
export(.Renviron)
export(add_arg_if)
export(add_class)
export(apa_citation)
export(box_code)
export(boxcode)
export(cat_line)
export(cat_lines)
export(cc)
export(code_box)
export(codebox)
export(copy_function)
export(count_na)
export(data_set)
export(desc_get_url)
export(desc_get_var)
export(desc_gh_repo)
export(file_edit)
export(github_raw)
export(gregexpr_)
export(home)
export(match_arg)
export(max_na)
export(menuline)
export(min_var)
export(n_uq)
export(na_omit)
export(nin)
export(paste_collapse)
export(pbcopy)
export(peel_lists)
export(pmsg)
export(print_as_col)
export(print_complete)
export(print_start)
export(psub)
export(read_RDS)
export(readline_)
export(readlines)
export(readr_cols)
export(regexpr_)
export(regmatches_)
export(regmatches_first)
export(rename_git_repo)
export(rescale_log)
export(rescale_normal)
export(rescale_pointscale)
export(rescale_standard)
export(rm_.DS_Store)
export(save_RDS)
export(search_files)
export(search_function)
export(search_these_files)
export(set_class)
export(set_names)
export(set_renv)
export(shhh)
export(show_connections)
export(split_url)
export(substrev)
export(this_in_that)
export(trim_ws)
export(un_zip)
export(unset_row_names)
export(use_P)
export(wrap_url)
export(write_function)
export(yin)
importFrom(magrittr,"%>%")