-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 867 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 867 Bytes
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
# Generated by roxygen2: do not edit by hand
export(add_ages)
export(add_cohorts)
export(equivalise_survey)
export(extract_labels_col)
export(find_filename_non_grattan)
export(fix_old_vars)
export(import_dictionary)
export(inflate_survey)
export(read_abs_microdata)
import(dplyr)
import(grattandata)
import(knitr)
import(purrr)
importFrom(data.table,rbindlist)
importFrom(grattan,cpi_inflator)
importFrom(grattan,weighted_ntile)
importFrom(grattandata,read_microdata)
importFrom(haven,read_sas)
importFrom(haven,zap_labels)
importFrom(kableExtra,kable)
importFrom(markdown,markdownToHTML)
importFrom(purrr,map_dfr)
importFrom(rio,factorize)
importFrom(stringi,stri_extract_last_regex)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(tibble,enframe)
importFrom(tibble,rowid_to_column)
importFrom(tidyr,gather)
importFrom(tools,file_ext)