View source: R/rbind_cmdc_data.R
rbind_cmdc_data | R Documentation |
Combine cmdc data.table by rows or columns
Merge cmdc data.table
rbind_cmdc_data(
...,
dtlist = NULL,
dir,
filepattern = c("PRS", "TEM", "WIN", "GST", "PRE", "RHU", "EVP", "SSD")
)
merge_cmdc_data(
...,
dtlist = NULL,
dir,
filepatterns = c("PRS", "TEM", "WIN", "GST", "PRE", "RHU", "EVP", "SSD"),
year = NULL
)
... |
(optional) List of |
dtlist |
(optional) List of |
dir |
Character. The directory which contains the cmdc files. |
filepattern |
Character. Variable to be combined. |
filepatterns |
Character. Variables to be combined. |
year |
Numeric. The year of the data to be processed. |
A data.table
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.