List available target preparation methods
get_target_methods.RdReturns a character vector of available target preparation methods for use in weighting and expansion. Use to enumerate supported target types.
Details
Returns hardcoded list of implemented target methods.
Used for validation and method selection in target preparation.
See also
prepare_targets
Other target preparation:
prep_target_adults(),
prep_target_age(),
prep_target_commutemode(),
prep_target_cross(),
prep_target_edulevel(),
prep_target_employment(),
prep_target_ethnicity(),
prep_target_gender(),
prep_target_h_size(),
prep_target_income(),
prep_target_kids(),
prep_target_race(),
prep_target_univstudent(),
prep_target_vehicles(),
prep_target_workers(),
prep_transit_target(),
prepare_targets(),
run_tabulate_method()
Examples
get_target_methods()
#> [1] "prep_target_gender" "prep_target_age"
#> [3] "prep_target_employment" "prep_target_commutemode"
#> [5] "prep_target_univstudent" "prep_target_edulevel"
#> [7] "prep_target_race" "prep_target_ethnicity"
#> [9] "prep_target_h_size" "prep_target_income"
#> [11] "prep_target_workers" "prep_target_vehicles"
#> [13] "prep_target_kids" "prep_target_adults"