readSmet | R Documentation |
Read contents of a SMET file https://models.slf.ch/docserver/meteoio/SMET_specifications.pdf
readSmet(Filename)
Filename |
Path to a smet file |
List containing metadata and data
shorton
writeSmet, snowprofileSno, snowprofilePrf, snowprofilePro
## Path to example smet
Filename <- system.file('extdata', 'example.smet', package = 'sarp.snowprofile')
Wx = readSmet(Filename)
str(Wx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.