if (FALSE) {
# Note that you need to supply your own API key
get_dpird_minute(
station_code = "SP",
start_date_time = "2023-02-01 13:00:00",
minutes = 1440,
values = c("airTemperature",
"solarIrradiance",
"wind"),
api_key = "your_api_key"
)
}
Run the code above in your browser using DataLab