-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
105 lines (104 loc) · 2.65 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
# Generated by roxygen2: do not edit by hand
export(clean)
export(correct)
export(errorPlot_dl)
export(errorPlot_fields)
export(errorPlot_states)
export(errorTable)
export(findDuplicates)
export(fixDuplicates)
export(investigate)
export(manualFix)
export(outOfStateHunters)
export(proof)
export(pullErrors)
export(read_hip)
export(redFlags)
export(renameFiles)
export(shiftFix)
export(strataCheck)
export(sumLines)
export(validate)
export(writeReport)
export(write_hip)
export(youthHunters)
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,contains)
importFrom(dplyr,count)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,quo_name)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(lubridate,mdy)
importFrom(lubridate,ymd)
importFrom(magrittr,"%<>%")
importFrom(purrr,is_empty)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap_chr)
importFrom(readr,fwf_widths)
importFrom(readr,guess_encoding)
importFrom(readr,read_fwf)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rmarkdown,render)
importFrom(stats,reorder)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unite)
importFrom(utils,write.csv)