powered by
Before reading entire SNOWPACK output it can be helpful to scan the profile timestamps first
scanProfileDates(Filename, tz = "UTC")
vector of as.POSIXct timestamps
filename
time zone (default = 'UTC')
shorton
snowprofilePrf, snowprofilePro
## Path to example prf file Filename <- system.file('extdata', 'example.prf', package = 'sarp.snowprofile') ## Scan dates in file Dates <- scanProfileDates(Filename) print(Dates)
Run the code above in your browser using DataLab