weather_date_station: Returns a tibble a tibble with hourly weather data for one...

Description Usage Arguments Value Examples

View source: R/weather_date_station.R

Description

Returns a tibble a tibble with hourly weather data for one day

Usage

1
weather_date_station(date_ymd, station_name, station_id)

Arguments

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"

sleep

how many seconds to wait (to slow down scraping). Defaults to 0.

Value

a tibble

Examples

1
2
3
4
5
library(scrapInfoclimat)
weather_date_station(date_ymd="2018-06-05",
                     station_name="dole-tavaux",
                     station_id="07386",
                     sleep=0)

lvaudor/scrapInfoclimat documentation built on Jan. 27, 2022, 1:39 a.m.