read_sef {dataresqc} | R Documentation |
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)
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) |
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.
Author(s)
Yuri Brugnara
[Package dataresqc version 1.1.1 Index]