Description Usage Arguments Value Examples
View source: R/weather_period_station.R
Returns a tibble with hourly weather data for a period of several days
1 | weather_period_station(date_beginning, date_end, station_name, station_id)
|
date_beginning |
the date of the beginning of the period of interest, formatted as a year-month-day string (e.g. 2019-03-27) |
date_end |
the date of the end of the period of interest, formatted as a year-month-day string (e.g. 2019-03-27) |
station_name |
the name of the station of interest, for instance "dole-tavaux" |
identifiant_station |
the ID of the station of interest, for instance "07386" |
a tibble
1 2 3 4 5 | library(scrapInfoclimat)
weather_period_station(date_beginning="2018-06-01",
date_end="2018-06-03",
station_name="dole-tavaux",
station_id="07386")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.