Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luceydav/irssoi

Package tools to download, parse and explore 16 years of public IRS SOI tax data aggregated by zip and income level
https://github.com/luceydav/irssoi

r r-package rstats

Last synced: about 2 months ago
JSON representation

Package tools to download, parse and explore 16 years of public IRS SOI tax data aggregated by zip and income level

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# irsSOI

The `{irsSOI}` package has tools to download, clean and explore with a Shiny App the [IRS SOI Zip Code data](https://www.irs.gov/statistics/soi-tax-stats-individual-income-tax-statistics-zip-code-data-soi) as presented by the NBER [Individual Income Tax Statistics - ZIP Code Data (SOI)](https://www.nber.org/research/data/individual-income-tax-statistics-zip-code-data-soi)

## Installation

The development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("luceydav/irsSOI")
```