-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.15 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("%out%")
export(abbrev_full)
export(abbrev_state)
export(add_prop)
export(all_files_new)
export(check_city)
export(col_date_mdy)
export(col_date_usa)
export(col_stats)
export(count_diff)
export(count_in)
export(count_na)
export(count_out)
export(expand_abbrev)
export(expand_state)
export(explore_plot)
export(fetch_city)
export(file_age)
export(file_encoding)
export(flag_dupes)
export(flag_na)
export(flush_memory)
export(glimpse_fun)
export(guess_delim)
export(invert_named)
export(is_abbrev)
export(is_binary)
export(is_even)
export(keypad_convert)
export(most_common)
export(na_in)
export(na_out)
export(na_rep)
export(non_ascii)
export(normal_address)
export(normal_city)
export(normal_phone)
export(normal_state)
export(normal_zip)
export(path.abbrev)
export(progress_table)
export(prop_distinct)
export(prop_in)
export(prop_na)
export(prop_out)
export(read_names)
export(rename_prefix)
export(rx_break)
export(scale_x_truncate)
export(scale_x_wrap)
export(str_dist)
export(str_normal)
export(this_file_new)
export(url2path)
export(url_file_size)
export(use_diary)
export(what_in)
export(what_out)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,select)
importFrom(fs,as_fs_bytes)
importFrom(fs,as_fs_path)
importFrom(fs,dir_create)
importFrom(fs,dir_ls)
importFrom(fs,file_exists)
importFrom(fs,file_info)
importFrom(fs,path)
importFrom(fs,path_wd)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,stop_for_status)
importFrom(lubridate,as.period)
importFrom(lubridate,floor_date)
importFrom(lubridate,today)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(readr,col_date)
importFrom(readr,cols)
importFrom(readr,read_delim)
importFrom(readr,read_lines)
importFrom(readr,write_lines)
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,is_empty)
importFrom(rlang,set_names)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stringdist,stringdist)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(stringr,str_trunc)
importFrom(stringr,str_which)
importFrom(stringr,str_wrap)
importFrom(tibble,add_row)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(utils,file.edit)