View source: R/duckdb_load_prepare_soi.R
duckdb_load_prepare_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)
duckdb_load_prepare_soi(states = "", path = "")
states |
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(duckplyr)
irs <- duckdb_load_prepare_soi("~/Documents/Data/irs_zip_soi/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.