-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
36 lines (35 loc) · 973 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(is_missing_data_value,character)
S3method(is_missing_data_value,factor)
S3method(is_missing_data_value,integer)
S3method(is_missing_data_value,numeric)
export("%>%")
export(fetch)
export(get_hilda_fst_path)
export(hil_browse)
export(hil_crosswave_info)
export(hil_dict)
export(hil_fetch)
export(hil_labs)
export(hil_setup)
export(hil_user_default_vars)
export(hil_var_details)
export(hil_vars)
export(is_missing_data_value)
export(make_dict)
export(remove_leading_numbers)
export(setup_hildar)
export(standardise_hilda_colnames)
import(data.table)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(fst,read_fst)
importFrom(fst,write.fst)
importFrom(lifecycle,deprecate_soft)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(purrr,map)
importFrom(readstata13,read.dta13)
importFrom(utils,browseURL)