.dct_to_fwf_df | R Documentation |
The NBER has Stata dictionary files for each of the MCOD public use datasets or Natality public use datasets. This function downloads the dictionary file and converts it to a dataframe with column name, column start position, column end position, and column time (in readr::col() format).
.dct_to_fwf_df(year, natality = FALSE)
year |
year of the dictionary you want to convert |
natality |
set to TRUE if you want to download natality dictionaries |
dataframe
http://www.nber.org/data/vital-statistics-mortality-data-multiple-cause-of-death.html
http://www.nber.org/data/vital-statistics-natality-data.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.