Skip to content

Commit

Permalink
Restore attributes of frwind, remove UTF-8 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
lbelzile committed Dec 7, 2023
1 parent ecba28b commit d6ed2a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/datasets.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' French wind data
#'
#' Daily mean wind speed (in km/h) at four stations in the south of France, namely Cap Cépet (\code{S1}), Lyon St-Exupéry (\code{S2}), Marseille Marignane (\code{S3}) and Montélimar (\code{S4}).
#' Daily mean wind speed (in km/h) at four stations in the south of France, namely Cap Cepet (\code{S1}), Lyon St-Exupery (\code{S2}), Marseille Marignane (\code{S3}) and Montelimar (\code{S4}).
#' The data includes observations from January 1976 until April 2023; days containing missing values are omitted.
#' @source European Climate Assessment and Dataset project \url{https://www.ecad.eu/}
#' @references
Expand All @@ -11,12 +11,12 @@
#' @format A data frame with 17209 observations and 8 variables:
#' \describe{
#' \item{\code{date}}{date of measurement}
#' \item{\code{S1}}{wind speed (in km/h) at Cap Cépet}
#' \item{\code{S2}}{wind speed (in km/h) at Lyon Saint-Exupéry}
#' \item{\code{S1}}{wind speed (in km/h) at Cap Cepet}
#' \item{\code{S2}}{wind speed (in km/h) at Lyon Saint-Exupery}
#' \item{\code{S3}}{wind speed (in km/h) at Marseille Marignane}
#' \item{\code{S4}}{wind speed (in km/h) at Montélimar}
#' \item{\code{H2}}{humidity (in percentage) at Lyon Saint-Exupéry}
#' \item{\code{T2}}{mean temperature (in degree Celcius) at Lyon Saint-Exupéry}
#' \item{\code{S4}}{wind speed (in km/h) at Montelimar}
#' \item{\code{H2}}{humidity (in percentage) at Lyon Saint-Exupery}
#' \item{\code{T2}}{mean temperature (in degree Celcius) at Lyon Saint-Exupery}
#' }
#' The \code{metadata} attribute includes latitude and longitude (in degrees, minutes, seconds), altitude (in m), station name and station id.
#' @examples
Expand Down
Binary file modified data/frwind.rda
Binary file not shown.

0 comments on commit d6ed2a6

Please sign in to comment.