read_sef: Read data files in Station Exchange Format version 1.0.0

View source: R/input.R

read_sefR 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


dataresqc documentation built on April 3, 2023, 5:08 p.m.