# \donttest{
# current weather in Montreal
weather_now("Montreal")
# current weather at the North Pole in Imperial units
weather_now(c(90, 0),
response_units = list(
temperature_unit = "fahrenheit",
windspeed_unit = "mph"
)
)
# }
Run the code above in your browser using DataLab