Read a SMET file into a smet dataframe
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