inst/doc/LoadUSdata.R

# Load year-specific US Make, Use, and DomesticUse tables
# year must already be defined to source this script

US_Summary_Make <- getNationalMake("Summary", year)
US_Summary_Use <- getNationalUse("Summary", year)
US_Summary_DomesticUse <- generateUSDomesticUse("Summary", year)
USEPA/stateio documentation built on Feb. 12, 2024, 6:41 a.m.