Learn R Programming

sarp.snowprofile (version 1.3.2)

readSmet: Parse a SMET file

Description

Read contents of a SMET file https://models.slf.ch/docserver/meteoio/SMET_specifications.pdf

Usage

readSmet(Filename)

Value

List containing metadata and data

Arguments

Filename

Path to a smet file

Author

shorton

See Also

writeSmet, snowprofileSno, snowprofilePrf, snowprofilePro

Examples

Run this code

## Path to example smet
Filename <- system.file('extdata', 'example.smet', package = 'sarp.snowprofile')
Wx = readSmet(Filename)
str(Wx)

Run the code above in your browser using DataLab