BY2011_annual | R Documentation |
A dataset containing estimated emissions by year, county, category, and pollutant. BY2011 means "Base Year 2011".
BY2011_annual
A data frame with 990,621 rows and 6 columns:
(int) four-digit year
(chr) county identifier: ALA, CC, MAR, NAP, SF, SM, SNC, SOL, SON
(int) category identifier
(chr) pollutant identifier: PM, PM10, PM2.5, TOG, ROG, NOx, SO2, CO, CO2, CO2_bio, CH4, N2O, HFC+PFC, SF6
(int) estimated emissions
(chr) ton/yr
Please use this instead of BY2011_data
. Thanks!
BY2011_sets BY2011_categories with_hierarchy sum_annual_emissions_by
library(inventory) BY2011_annual %>% filter(cat_id %in% BY2011_sets[["Area sources"]]) BY2011_annual %>% filter(cat_id %not_in% BY2011_sets[["Unreported"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.