https://github.com/utdata/rwdir-census
Exploration of the tidycensus package, etc
https://github.com/utdata/rwdir-census
Last synced: 4 months ago
JSON representation
Exploration of the tidycensus package, etc
- Host: GitHub
- URL: https://github.com/utdata/rwdir-census
- Owner: utdata
- Created: 2021-10-25T02:41:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T02:59:24.000Z (over 4 years ago)
- Last Synced: 2025-03-31T14:44:55.668Z (about 1 year ago)
- Language: HTML
- Homepage: https://utdata.github.io/rwdir-census/
- Size: 7.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output:
html_document:
df_print: paged
knit: (function(inputFile, encoding) { rmarkdown::render(
inputFile,
encoding = encoding,
output_dir = "docs",
output_file='index.html'
) })
---
This repo is a collection of lessons from the Spring 2021 version [Reporting with Data in R](https://utdata.github.io/rwdir/). The book is due to be reworked, so chapter names and numbers may change.
It is also an example used for the 2021 Center for Health Journalism Data Fellowship.
## Published notebooks
- U[sing Tidycensus to find broadband availability in Texas](https://utdata.github.io/rwdir-census/broadband.html)
- [COVID-19 Deaths per population by Texas counties](https://utdata.github.io/rwdir-census/covid.html)
Running these notebooks requires an Census API Key, which is outlined in the book.