View source: R/provide_rain_data_for_bathing_spot.R
This function reads existing rain data with api_get_rain
1 2 3 4 5 6 7 8 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.