read_undata_files | R Documentation |
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 |
[ |
undata tables contain the standard dataset included in the online tables plus sometimes a table at the bottom containing footnotes. This function
[data.table(1)
] with all data from input paths combined together.
## Not run:
data <- read_undata_files
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.