# NOT RUN {
# Relative path to raw data
full_path <- system.file('extdata', package = "hydroToolkit")
# Read swe sheet
toscas_swe <- read_DGI(file = 'Toscas.xlsx', sheet = 'swe',
colName = 'swe(mm)', path = full_path)
# swe to snowfall
toscas_snfall <- swe_to_precip(df = toscas_swe)
# }
Run the code above in your browser using DataLab