R/provide_rain_data_for_bathing_spot.R
api_replace_rain.RdThis function reads existing rain data with api_get_rain
api_replace_rain(user_id, spot_id, rain, rain_db = NULL, time_string, comment = "")
| user_id | user identifier |
|---|---|
| spot_id | bathing spot identifier |
| rain | data frame with new rain data |
| rain_db | optional. Data frame with existing rain data |
| time_string | passed to |
| comment | passed to |