if (FALSE) {
# Retrieve the last weeks data
melb_weather()
# Retrieve the last week but for a single location (Pelham St, Carlton)
melb_weather(site = "arc1047")
# Retrieve the last week but only ambient air temperature
melb_weather(sensor_type = "TPH.TEMP")
}
Run the code above in your browser using DataLab