R/data.R

#' Screening details for original soundtrack movies in Münster
#'
#' A sample of screening details obtained by following the example in this package's README.
#'
#' @format A data frame with 42 rows and 5 variables (all values are characters):
#' \describe{
#'   \item{german_title}{movie title, in German}
#'   \item{dates}{dates of movie screenings, in YYYY-MM-DD format}
#'   \item{times}{times of movie screenings, in 24h format}
#'   \item{release_types}{movie format, eg. "2D OmU", "3D OV", "2D OV", "2D"}
#'   \item{sites}{cinema branch, eg. "Cinema", "Schloßtheater Münster", "Cineplex Münster"}
#' }
"example_screenings_details"
sowla/kino documentation built on May 21, 2019, 4:06 a.m.