Extract rainfall for a station between two timestamps
1 2 3 4 5 6 7 | slice_rain(
rainfall_data = NULL,
start_date = NULL,
start_hour = 0,
end_date = NULL,
end_hour = 23
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.