Skip to contents

Read a SMET file into a smet dataframe

Usage

read_smet(filename)

Arguments

filename

file or connection to be read by readr::read_table()

Value

dataframe with all

Examples

read_smet(system.file('examples/test.smet', package = 'smetlite'))
#> # A tibble: 3 × 5
#>   timestamp              TA    RH    VW  ISWR
#>   <dttm>              <dbl> <dbl> <dbl> <dbl>
#> 1 2010-06-22 11:00:00  275.  0.52   1.2   320
#> 2 2010-06-22 12:00:00  276.  0.6    2.4   340
#> 3 2010-06-22 13:00:00  276.  0.56   2     330