Description Usage Arguments Details Examples
Get a trimmed data set for one or more regions
1 |
reg |
a list of data.tables or a character vector of regions to be in data set. If a list of data.tables, trimming and combining is performed on those data.tables. If a charcter vector of region names, package data sets by the name of |
... |
arguments to be passed to |
This function drops columns and deletes rows. Column dropping is performed by clean.trimCol, rows to drop determined by flagging performed by clean.trimRow.
If multiple regions are supplied to reg, those regions will be collated via rbindlist. This is possible because trimming columns standardizes content. Additionally, although clean.trimRow adds the keep.row column, this function will actually drop those rows for which keep.row is FALSE.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.