useeior
useeior copied to clipboard
Estimating potential environmental impacts of goods and services in the US economy
Aligns with BEA data update of additional annual tables on 5/23/24. - Adds 2012-2016 summary tables in the latest (2017) schema. - Adds expanded years to CPI and GO tables...
JSON files for model objects are already used in useeio.js but they are retrieved from the USEEIO_API. Alternative is to write JSON objects directly from useeior.
resolves #291 renames `buildEIOModel()` to `buildIOModel()` ```{r} # Write a two-region model within tests subfolder to excel modelname
The following will not work because some metadata objects are expected related to statellite tables. ```{r} model
While a two-region model are successfully create with a Margins table, this is just loading the Margins table from the national IO and applying it equally to both regions in...
An issue that likely spans repositories, in the new GHG FBS and the import factors datasets, we have a flow for "HFCs and PFCs, unspecified" in the units of kg...
Some satellite tables can contain flows that are exclusively assigned to households. These flows do not get added to the `B` matrix. However they are written to `model$SatelliteTables$flows`. As a...
Hi I tried to install the "devtools" package in R but I was not able to. While googling the errors, I found this [remotes::install_github() ](https://cran.r-project.org/web/packages/remotes/readme/README.html) which seems to be the...
https://github.com/USEPA/useeior/blob/d1365d9d98813fb36e7c9d9f46711b846c6308ed/R/VisualizationFunctions.R#L172 The lack of y axis labels in makes the resulting figure less useful. 
We recommend building USEEIO models with `BasePriceType=="PRO"`, but the functions should give users flexibility to build `PUR` models then optionally adjust model results to `PRO`. Thinking about refactoring these two...