read_mete_cma: read files of China Meteorological data V3

View source: R/read_mete_cma.R

read_mete_cmaR Documentation

read files of China Meteorological data V3

Description

read files of China Meteorological data V3

Usage

read_mete_cma(
  indir,
  varname = NULL,
  var_left,
  var_drop = NULL,
  limits = NULL,
  QCmin = NULL
)

Arguments

indir

Directory of txt files

varname

Character vector, meteorological variable names

var_left

Character vector, The part of left variables among varname

var_drop

Character vector, droped variables

limits

Numeric, If not null, only read the first limits files.

QCmin

values of QC greater than QCmin will be set as NA.

Note

This function is only designed for China Meteorological data V3.


kongdd/MissInfo documentation built on Jan. 14, 2024, 2:22 a.m.