View source: R/scanProfileDates.R
scanProfileDates | R Documentation |
Before reading entire SNOWPACK output it can be helpful to scan the profile timestamps first
scanProfileDates(Filename, tz = "UTC")
Filename |
filename |
tz |
time zone (default = 'UTC') |
vector of as.POSIXct timestamps
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.