# \donttest{
# Example using an RDS file (only run if file exists)
evap_path <- file.path(tempdir(), "czechia_evap_gleam.rds")
if (file.exists(evap_path)) {
evap <- readRDS(evap_path)
events <- detect_exeve(evap)
}
# }
Run the code above in your browser using DataLab