Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Sep 9, 2024
1 parent 8ccdc6c commit b5f0cc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ Uses are exemplified in separate combination .Rmd (for code) and, when applicabl

3. **Demo-Multipliers-CO**. Build an original Colorado model with jobs, GHG, and value added satellite tables for use in demonstrating the calculation of economic and environmental Type I multipliers using a USEEIO State model. [Code](Demo-Multipliers-CO.Rmd). [Output](Demo-Multipliers-CO.md)

4. **CalculateStateCBE**. Calculate and display consumption based GHG emissions for a selected state. [Code](CalculateStateCBE.Rmd).
4. **CalculateStateCBE**. Calculate and display consumption based GHG emissions for a selected state, rendered as a Microsoft Word file. [Code](CalculateStateCBE.Rmd).
Requires additional packages:

```{r}
install.packages(c("officedown"))
```

0 comments on commit b5f0cc5

Please sign in to comment.