#' Weather dataset per French region (2021-03-08)
#'
#'A dataset containing the weather parameters according to
#'National Oceanic and Atmospheric Administration as of 2021-03-08.
#'The variables are as follows:
#'
#' \itemize{
#' \item label_insee region name
#' \item code_insee insee code, 1 per region
#' \item date_day Date of meteorological data
#' \item t.mean Mean temperature over the day
#' \item precip Precipitation over the day
#' \item RH.mean Mean relative humidity over the day
#' \item AH.mean Mean absolute humidity over the day
#' \item IPTCC.mean mean IPTCC index over the day
#' \item ws.mean mean wind speed over the day
#' \item dewpoint.mean Mean dew point ("point de rosée") over the day.
#' }
#' @format A data frame with 5024 rows and 10 variables
#'
#'@examples
#' ##### script generating meteo dataframe
#' \dontrun{
#' weather_data_dep <- weather_data_from_NOAA(
#' Regions_or_Dept_stations_pop = SEIRcovid19FR::Dept_stations_pop,
#' years = 2020:2021,
#' n.cores = 2
#' )
#' save(weather_data_dep, file = "weather_data_dep.rdata")
#' }
"weather_data_dep"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.