-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
export(get_psrc_hts)
export(hts_bin_age)
export(hts_bin_bike_frequency)
export(hts_bin_commute_freq)
export(hts_bin_commute_mode)
export(hts_bin_dest_purpose)
export(hts_bin_edu)
export(hts_bin_gender)
export(hts_bin_hhsize)
export(hts_bin_income)
export(hts_bin_industry_sector)
export(hts_bin_lum_sector)
export(hts_bin_mode)
export(hts_bin_rent_own)
export(hts_bin_sexuality)
export(hts_bin_telecommute_freq)
export(hts_bin_telecommute_trichotomy)
export(hts_bin_telework_time)
export(hts_bin_transit_frequency)
export(hts_bin_transit_mode_acc)
export(hts_bin_vehicle_count)
export(hts_bin_walk_frequency)
export(hts_bin_worker)
export(psrc_hts_stat)
export(psrc_hts_varsearch)
import(data.table)
importFrom(data.table,setDT)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,filter)
importFrom(dplyr,rename)
importFrom(labelled,var_label)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(pkgcond,suppress_warnings)
importFrom(readxl,read_xlsx)
importFrom(rlang,is_empty)
importFrom(rlang,set_names)
importFrom(stringr,str_replace)
importFrom(tidyr,drop_na)
importFrom(travelSurveyTools,hts_prep_variable)
importFrom(travelSurveyTools,hts_summary_cat)
importFrom(travelSurveyTools,hts_summary_num)