Load all HTS tables from POPS or disk
fetch_all_hts_tables.RdLoads all Household Travel Survey (HTS) tables listed in settings from POPS or local cache, applying geoid padding for consistency. Use to prepare HTS tables for analysis.
Details
Loads from local cache if available; otherwise fetches from POPS database.
Applies geoid_pad to all loaded tables for standardized geographic IDs.
Returns a named list of data.tables.
See also
fetch_hts_table,geoid_padscripts/io/fetch_hts_tables.R
Other io utilities:
clean_data_dict(),
cut_and_label(),
db_table_has_geometry(),
fetch_acs(),
fetch_from_db(),
fetch_hts_table(),
fetch_pums(),
fetch_study_region(),
find_project_root(),
fix_value_labels_on_load(),
get_db_table_name(),
print_params(),
pums_checksum(),
read_from_db(),
read_pums_codebook(),
record_checksum(),
sampled_latlon_to_bg()