Combine together downloaded undata files
read_undata_files( fpaths, n_footnote_col = 2, data_footnoteid_col = "Value Footnotes", footnoteid_col = "footnoteSeqID", footnote_col = "Footnote" )
| fpaths | [ |
|---|---|
| n_footnote_col | [ |
| data_footnoteid_col | [ |
| footnoteid_col | [ |
| footnote_col | [ |
[data.table(1)] with all data from input paths combined together.
undata tables contain the standard dataset included in the online tables plus sometimes a table at the bottom containing footnotes. This function
if (FALSE) { data <- read_undata_files }