R/data.R

#'
#' The electricity actual total load in Great Britain in year 2018
#'
#' @description A dataset containing the electricity actual total load (MW) in
#' Great Britain in year 2018 presented in half-hour interval. Each data
#' point regards 30 minutes of electricity load starting at given time. The
#' data consists of both missing values and outliers.
#'
#' @format A data frame with 17520 rows and 2 variables:
#' \describe{
#'   \item{Date}{date indicating the delivery beginning of the electricity}
#'   \item{Load}{actual electricity load in MW}
#'   ...
#' }
#' @source \url{https://transparency.entsoe.eu/}
"GBload"

Try the tsrobprep package in your browser

Any scripts or data that you put into this service are public.

tsrobprep documentation built on March 18, 2022, 6:09 p.m.