get_commute_times: Calculate trip times by residence region

View source: R/commute_times.R

get_commute_timesR Documentation

Calculate trip times by residence region

Description

Calculate trip times by residence region

Usage

get_commute_times(
  dir,
  year,
  region_var = c("MPO", "COUNTY", "STATE"),
  regions = NULL
)

Arguments

dir

Scenario directory

year

Analysis year, e.g. t20.

region_var

One of c("MPO", "COUNTY", "STATE")

regions

A list of regions to include; defaults to NULL (all).

Details

Note that this function does not work on a VIZ database, but rather on the scenario outputs directly.


pbsag/swimr documentation built on July 4, 2025, 12:10 p.m.