Skip to content

Commit

Permalink
add article URL
Browse files Browse the repository at this point in the history
  • Loading branch information
paldhous committed Oct 6, 2024
1 parent 52a40b7 commit c0f8aae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Air pollution monitoring by the Texas Commission on Environmental Quality

Data and [R](https://www.r-project.org/) code to reproduce the analysis underlying [this]() Oct. 6, 2024 Inside Climate News article, examining air pollution monitoring by the Texas Commission on Environmental Quality.
Data and [R](https://www.r-project.org/) code to reproduce the analysis underlying [this](https://insideclimatenews.org/news/06102024/texas-diminished-air-pollution-monitoring-team/) Oct. 6, 2024 Inside Climate News article, examining air pollution monitoring by the Texas Commission on Environmental Quality.

### Methodology/Code
The code to process the data and repeat the analysis can be found online [here](https://insideclimatenews.github.io/2024-10-tceq-air-pollution-monitoring/), and in the R Markdown document index.Rmd.
Expand Down
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Air pollution monitoring by the Texas Commission on Environmental Qualit
output: html_document
---

Data and [R](https://www.r-project.org/) code to reproduce the analysis underlying [this]() Oct. 6, 2024 Inside Climate News article, examining air pollution monitoring by the Texas Commission on Environmental Quality.
Data and [R](https://www.r-project.org/) code to reproduce the analysis underlying [this](https://insideclimatenews.org/news/06102024/texas-diminished-air-pollution-monitoring-team/) Oct. 6, 2024 Inside Climate News article, examining air pollution monitoring by the Texas Commission on Environmental Quality.

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, warning = FALSE, message = FALSE, error = FALSE)
Expand Down
12 changes: 6 additions & 6 deletions index.html

Large diffs are not rendered by default.

0 comments on commit c0f8aae

Please sign in to comment.