R/data.R

#' US finished motor gasoline product supplied
#'
#' Weekly data beginning 2 February 1991, ending 20 January 2017. Units are "million barrels per day".
#'
#' @format ## Data.Frame
#' A data frame with 1355 rows and 2 columns:
#' \describe{
#'   \item{date}{date in a date format}
#'   \item{y}{gasoline consumption}
#' }
#' @source Originally from the US Energy Information Administration. Copied from the fpp2 package.
"gasoline.data"

#' @title Israeli working dates
#' @description Israeli working dates
#' @format A data frame with 21550 rows and 4 variables:
#' \describe{
#'   \item{\code{DATE_VALUE}}{Date}
#'   \item{\code{ISR_WORKING_DAY_PART}}{1: full working day, 0.5: half working day, 0: holiday}
#'   \item{\code{JEWISH_FULL_DATE}}{Jewish date}
#'   \item{\code{DATE_WEEK_NUMBER}}{Weekday}
#'}
#' @source Personal
"dates_il"

#' @title Israeli moving holiday dates
#' @description Rosh Hashanah and Pesach dates
#' @format A data frame with 51 rows and 3 variables:
#' \describe{
#'   \item{\code{year}}{Year}
#'   \item{\code{rosh}}{Rosh Hashanah date}
#'   \item{\code{pesah}}{Pesach date}
#'}
#' @source Personal
"holiday_dates_il"

#' Weekly number of initial registrations in Israeli Employment Services (adjusted for strikes)
#'
#' Weekly data beginning 11 January 2014, ending 4 January 2020.
#'
#' @format ## Data.Frame
#' A data frame with 313 rows and 2 columns:
#' \describe{
#'   \item{date}{date in a date format}
#'   \item{IES_IN_W_ADJ}{number of initial registrations}
#' }
#' @source Internal
"lbm"

Try the boiwsa package in your browser

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

boiwsa documentation built on April 4, 2025, 1:57 a.m.