rbind_cmdc_data: Combine cmdc data.table by rows or columns

Description Usage Arguments Value

View source: R/rbind_cmdc_data.R

Description

Combine cmdc data.table by rows or columns

Merge cmdc data.table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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
)

Arguments

...

(optional) List of data.table objects to be combined.

dtlist

(optional) List of data.table to be combined.

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.

Value

A data.table.


hxfan1227/cmdcr documentation built on Sept. 13, 2020, 12:14 a.m.