combine_data_: Combine meteorological data into a single file.

View source: R/combine_data.R

combine_data_R Documentation

Combine meteorological data into a single file.

Description

Combine meteorological data into a single file.

Usage

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 Nov. 1, 2024, 12:40 a.m.