make_bom_request {RivRetrieve}R Documentation

Query the BoM WISKI API

Description

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.

Usage

make_bom_request(params)

Arguments

params

A named list of parameters.

Value

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.


[Package RivRetrieve version 0.1.5 Index]