load_soi | R Documentation |
Given folder of NBER Downloaded annual .csv's from download_nber_data()
, return a data.table
(https://www.nber.org/research/data/individual-income-tax-statistics-zip-code-data-soi)
load_soi(state = "", path = path)
state |
A State ID Code |
path |
The location of the .csv folder output of download_nber_data() |
Example of state would be "CT" or "FL"
Directory path used for download_nber_data() (ie: "/home/..")
## Not run: library(data.table)
irs <- load_soi("/home/irs_data/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.