field_lookup | R Documentation |
Takes year and NBER Field identifier and returns Field Description (https://www.nber.org/research/data/individual-income-tax-statistics-zip-code-data-soi)
field_lookup(select_year = "2016", select_name = "a00100")
select_year |
Int year |
select_name |
Field identifier |
Example is year = "2016" and name = "a00100"
## Not run: library(data.table)
field_lookup("2016", "a00100")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.