slice_rain: Extract rainfall for a station between two timestamps

Description Usage

View source: R/slice_rain.R

Description

Extract rainfall for a station between two timestamps

Usage

1
2
3
4
5
6
7
slice_rain(
  rainfall_data = NULL,
  start_date = NULL,
  start_hour = 0,
  end_date = NULL,
  end_hour = 23
)

MaThRk/raingaugeR documentation built on Dec. 17, 2021, 2:15 a.m.