# NOT RUN {
# Relative path to raw data
full_path <- system.file('extdata', package = "hydroToolkit")
# Read IANIGLA file
cuevas <- read_IANIGLA(file = 'Cuevas.csv', path = full_path)
# Set threshold from air temperature series
tair_thres <- set_threshold(x = cuevas, threshold = 40)
# }
Run the code above in your browser using DataLab