Description Usage Arguments Details Examples
View source: R/create_synthetic_firms.R
Create synthetic pseudo-firms
1 2  | create_synthetic_firms(zonal_data, sector_equivalencies, alpha2beta,
  save_to = NULL)
 | 
zonal_data | 
 Data frame containing traffic analysis zone attributes, to include employment by sector  | 
sector_equivalencies | 
 Data frame containing PECAS sectors and their corresponding firm categories (groups of sectors) used in trip generation  | 
alpha2beta | 
 Data frame containing, among other things, the county and Freight Analysis Framework (FAF) region that each zone lies within  | 
save_to | 
 File name for saving the pseudo-firms produced by this function (optional)  | 
This function maps employment by PECAS sector within each alpha zone into separate pseudo-firms, which are unit of analyses for remainder of CT simulation.
1 2  | zones <- create_synthetic_firms(zonal_data, sector_equivalencies, alpha2beta,
  "synthetic-firms.csv")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.