Find table location of a variable
Usage
hts_find_var(var, data, variables_dt = variable_list)
Arguments
- var
searchable variable in string format
- data
List of household, person, vehicle, day, and trip tables in
data.table format.
- variables_dt
codebook variable list in data table format
Value
variable location in string format
Examples
hts_find_var("income_detailed", data = test_data)
#> [1] "hh"