buzacott / bomWater

An R package to download Australian water data
MIT License
15 stars 5 forks source link

Add support for retrieving data for multiple stations #1

Open buzacott opened 4 years ago

buzacott commented 4 years ago
get_monthly(parameter_type = 'Rainfall',
            station_number = c('570946', '570947'),
            start_date     = '2019-01-01',
            end_date       = '2019-12-31')

should ideally return the data for two stations. Probably as a list.