Skip to content

Commit

Permalink
rename CalculateStateCBE to StateCBE.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
WesIngwersen committed Nov 15, 2024
1 parent 1cf4c06 commit 7da2c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ 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, rendered as a Microsoft Word file. [Code](CalculateStateCBE.Rmd).
4. **StateCBE**. Calculate and display consumption based GHG emissions for a selected state, rendered as a Microsoft Word file. [Code](StateCBE.Rmd).
Requires additional packages:

```{r}
install.packages(c("officedown"))
install.packages(c("bookdown"))
```
3 changes: 2 additions & 1 deletion examples/CalculateStateCBE.Rmd → examples/StateCBE.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Consumption-Based Greenhouse Gas Emissions Results for `r params$state` for `r min(params$years)`- `r max(params$years)`
date: '`r format(Sys.time(), "%B %d, %Y")`'
output:
bookdown::html_document2:
default
officedown::rdocx_document:
fig_caption: true

params:
model:
label: "Model Type"
Expand Down

0 comments on commit 7da2c43

Please sign in to comment.