# NOT RUN {
# Provide an API Key for a HERE project
set_key("<YOUR API KEY>")
# Observation
observation <- weather(poi = poi, product = "observation", url_only = TRUE)
# Forecast
forecast <- weather(poi = poi, product = "forecast_hourly", url_only = TRUE)
# Astronomy
astronomy <- weather(poi = poi, product = "forecast_astronomy", url_only = TRUE)
# Alerts
alerts <- weather(poi = poi, product = "alerts", url_only = TRUE)
# }
Run the code above in your browser using DataLab