# example meteo data
data(meteoland_meteo_example)
# create the interpolator with default params
with_meteo(meteoland_meteo_example) |>
create_meteo_interpolator()
# create the interpolator with some params changed
with_meteo(meteoland_meteo_example) |>
create_meteo_interpolator(params = list(debug = TRUE))
Run the code above in your browser using DataLab