R/data.R

#' Timetable in Hogwarts School of Witchcraft and Wizardry.
#'
#' @format A data frame with 548 rows and 7 variable:
#' \describe{
#'   \item{grade}{Grades in school.}
#'   \item{house}{Houses. G: Gryffindor, S: Slytherin, R: Ravenclaw, and H: Hufflepuff.}
#'   \item{wday}{Abbreviations of day of the week.}
#'   \item{hour}{Hours.}
#'   \item{teacher}{Teachers.}
#'   \item{subject}{Subjects.}
#'   \item{room}{}
#' }
#' @examples
#' data(hogwarts)
#' hogwarts
"hogwarts"

Try the pivotea package in your browser

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

pivotea documentation built on Sept. 11, 2024, 5:22 p.m.