Description Usage Arguments Value Author(s)
This function queries the Bureau of Meteorology Water Data KISTERS API. A parameter list is passed to make request and the JSON return is parsed depending on what is requested. This function can be used if you want to build your own JSON queries.
1 | make_bom_request(params)
|
params |
A named list of parameters. |
A tibble is returned with the columns depending on the request. For
get_timeseries
requests, a tibble with zero rows is returned
if there is no data available for that query.
Alexander Buzacott
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.