BSRN.read: Read and process the BSRN dataset

Description Usage Arguments Details Value Author(s) See Also

View source: R/BSRN.r

Description

This function reads and concatenates the daily BSRN files.

Usage

1
BSRN.read(file, directory, use.qc = TRUE, test = NULL, use.agg = FALSE, agg = 1)

Arguments

file

character strings indicating the file names for reading

directory

the directory for files

use.qc

boolean, indicating whether the built-in QC should be used

test

vector of character strings, indicating which QC tests are used. Options include "phy", "ext", "closr", "df", "clim", and "all".

use.agg

boolean, indicating whether aggregation needs to be performed. If TRUE, agg must be stated.

agg

numeric, aggregation interval in minute

Details

BSRN files are monthly station-to-archive files. This function processes one file at a time.

Value

a tibble of the read and aggregated data.

Author(s)

D. Yang

See Also

BSRN.loc


dazhiyang/SolarData documentation built on April 19, 2021, noon