Description Usage Arguments Details Examples
Summarize number of households per traffic analysis zone
1 | summarize_zonal_households(zonal_data, save_to = NULL)
|
zonal_data |
Data frame containing zonal population and employment estimates at the traffic analysis zone level |
save_to |
File name for saving the total number of households by traffic analysis zone in comma-separated value format (optional) |
This simple function tallies the number of households within each traffic analysis zone within the modeled area. These totals are included in the calculation of local truck attraction proportions. The result is a data frame containing this information, which can optionally be also stored in a comma-separated value file if desired.
1 | total_households <- summarize_zonal_households(zonal_data, "houeholds.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.