R/weather_data_reg.R

#' 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_reg <- weather_data_from_NOAA(
#'      Regions_or_Dept_stations_pop = SEIRcovid19FR::Regions_stations_pop,
#'      years = 2020:2021,
#'      n.cores = 2
#'      )
#' save(weather_data_reg, file = "weather_data_reg.rdata")
#' }
"weather_data_reg"
sistm/SEIRcovid19 documentation built on Aug. 9, 2021, 7:37 a.m.