Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luceydav/irssoi
- Owner: luceydav
- License: other
- Created: 2021-02-08T18:10:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T02:14:33.000Z (8 months ago)
- Last Synced: 2024-05-02T17:23:14.682Z (8 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage:
- Size: 51.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```