Description Usage Arguments Value Examples
View source: R/url_date_station.R
Returns the url that will be scraped
1 | url_date_station(date_ymd, station_name, station_id)
|
station_name |
the name of the station of interest, for instance "dole-tavaux" |
date |
the date of interest, formatted as a year-month-day string (e.g. 2019-03-27) |
identifiant_station |
the ID of the station of interest, for instance "07386" |
a tibble
1 2 3 4 | library(scrapInfoclimat)
url_date_station(date="2018-06-01",
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.