-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
109 lines (108 loc) · 2.71 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
# Generated by roxygen2: do not edit by hand
export(Mode)
export(census_format)
export(clean_vars)
export(col_mismatch)
export(dedup)
export(dir_dendrogram)
export(file_recent)
export(gender_mutate_df)
export(geocoder_curl_input)
export(geocoder_curl_output)
export(grid_arrange_shared_axes)
export(grid_arrange_shared_legend)
export(impute_race)
export(loadRData)
export(nan_replace)
export(paste_na)
export(pdf_default)
export(pdf_varimp)
export(plot_nogrid)
export(plot_nolegend)
export(plot_notitle)
export(png_default)
export(pretty_condprob)
export(proj_skeleton)
export(prop)
export(range01)
export(rep_seeds)
export(row_seq)
export(rowid_matrix_to_df)
export(scale_format)
export(selenium_switch)
export(seq_changes)
export(simple_cap)
export(squish_trans)
export(this_file)
export(title_gender_infer)
export(transpose)
export(zip_clean)
import(RSelenium)
import(fontcm)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(extrafont,font_install)
importFrom(extrafont,loadfonts)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggthemes,scale_colour_economist)
importFrom(ggthemes,theme_economist)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(gridExtra,grid.arrange)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(readr,cols)
importFrom(readr,parse_date)
importFrom(readr,parse_guess)
importFrom(readr,read_csv)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,quo)
importFrom(rlang,set_names)
importFrom(stats,na.omit)
importFrom(stringi,stri_trans_general)
importFrom(stringr,fixed)
importFrom(stringr,str_match_all)
importFrom(stringr,str_pad)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(tidyr,separate)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)