api_replace_rain: Add Rain Data Replacing Records for Existing Times

Description Usage Arguments

View source: R/provide_rain_data_for_bathing_spot.R

Description

This function reads existing rain data with api_get_rain

Usage

1
2
3
4
5
6
7
8
api_replace_rain(
  user_id,
  spot_id,
  rain,
  rain_db = NULL,
  time_string,
  comment = ""
)

Arguments

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 api_add_rain

comment

passed to api_add_rain


KWB-R/fhpredict documentation built on Nov. 1, 2020, 5:58 a.m.