## load example csv file that ships with package:
csvFile <- system.file('extdata', 'example_adv.csv', package = 'sarp.snowprofile')
profile <- snowprofileCsv_advanced(csvFile, meta = c("uid", "hs", "maxObservedDepth", "comment",
"datetime", "zone", "station",
"station_id", "aspect", "elev", "angle"))
plot(profile)
Run the code above in your browser using DataLab