forked from runapp-aus/strayr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(aus_seasons)
export(clean_anzsco)
export(clean_anzsic)
export(clean_asced_foe)
export(clean_asced_qual)
export(clean_nfd)
export(clean_state)
export(get_seifa)
export(get_seifa_index_sheet)
export(is_holiday)
export(parse_income_range)
export(read_absmap)
export(read_correspondence_tbl)
export(strayr)
export(strip_year_suffix)
import(readxl)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(lifecycle,deprecate_soft)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(readr,parse_number)
importFrom(rlang,.data)
importFrom(stringdist,amatch)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tidyr,pivot_longer)
importFrom(utils,download.file)