Learn R Programming

dataresqc (version 1.1.1)

read_sef: Read data files in Station Exchange Format version 1.0.0

Description

Read data files in Station Exchange Format version 1.0.0

Usage

read_sef(file = file.choose(), all = FALSE)

Value

A data frame with up to 9 variables, depending on whether all is set to TRUE. The variables are: variable code, year, month, day, hour, minute, value, period, metadata.

Arguments

file

Character string giving the path of the SEF file.

all

If FALSE (the default), omit the columns 'Period' and 'Meta' (also 'Hour' and 'Minute' for non-instantaneous data)

Author

Yuri Brugnara