extract_gdp: Extract GDP of Labor

Description Usage Arguments Value

View source: R/gdp.R

Description

This function returns the total dollar value of all the labor sold by a dplyr::collect(n=Inf)ion of zones over time.

Usage

1
2
extract_gdp(db, facet_var = c("MPO", "COUNTY", "STATE"),
  facet_levels = NULL, color_levels = NULL)

Arguments

db

The scenario sqlite database.

facet_var

Field to facet by: "MPO", "COUNTY", or "STATE".

facet_levels

A character vector of the variable specifiying which levels to include.

color_levels

A character vector of the industry sectors to include. Defaults to all.

Value

A data_frame with the participation rate in each facet region in each transport model year.


pbsag/swimr documentation built on Dec. 12, 2020, 3:08 a.m.