# NOT RUN {
# get example data
weight_loss_data <- leaf_drying_data
weather_data <- weather_data
# allocate averaged weather data to weight loss data
weight_loss_data_with_weather <- WeatherAllocation(weight_loss_data, weather_data)
# }
Run the code above in your browser using DataLab