Skip to content

Instantly share code, notes, and snippets.

@markdanese
markdanese / load_nis_data_2017.R
Created September 10, 2021 01:24
NIS 2017 load script
# copied from original "load_data.R" program created for 2016 data
# primary change was that there are more data fields in 2017
library(data.table)
library(magrittr)
library(readr)
library(fst)
# load core data --------------------------------------------------------------------