View source: R/get_history_hourly_weather.R
get_history_hourly_weather | R Documentation |
Get history hourly weather information for a specific hour in a specific day
get_history_hourly_weather(q, dt, h)
q |
A string containing the location, which can be US Zipcode, UK Postcode, Canada Postalcode, IP address, Latitude/Longitude (decimal degree) or city name. |
dt |
A string containing the date for query, which should be within the last 7 days. |
h |
An integer containing the hour for query, which be in the range of 0 to 23. |
A data frame containing the daily weather information for the hour in the day.
get_history_hourly_weather("London","2022-02-12",4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.