Downloads daily weather records from the SILO Patched Point Dataset (PPD) using the SILO API.
Character. The SILO PPD station ID.
Character. Email address required for API access.
Date. The start date for data retrieval.
Date. The end date for data retrieval.
Character. Desired data format (e.g., "csv", "json").
Character. Path to the output file where data will be saved.
Invisibly returns NULL. The function is called for its side effect of downloading and/or saving data.
This function accesses the SILO PPD service (see https://www.longpaddock.qld.gov.au/silo/api-documentation/) to retrieve weather data for a specified station and date range. The data can be returned in various formats and optionally saved to a file.