combine_data_: Combine meteorological data into a single file.

Description Usage Arguments

View source: R/combine_data.R

Description

Combine meteorological data into a single file.

Usage

1
combine_data_(dtype, flist, outdir, subfolder = T, maxsize = 512)

Arguments

dtype

Character. Type of the meteorological variable.

flist

Character. List of file names to be processed.

outdir

Character. Directory to store the files.

subfolder

Logical. True will create the subfolder according to the data type (obtained by get_data_type).

maxsize

Numeric. Maximum size of data to be read into memory. Default is 512 Mb. Note that if the total size of files exceed maxisize. The function will run in append mode. Please refer to fwrite for details.


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