R/data.R

#' assessment data on students from the sailor moon universe
#'
#' @description
#' A fictional assessment data set.
#'
#' @format `sailor_students`
#' A tibble with 12 rows and 6 columns:
#' \describe{
#'   \item{sgic}{Subject generated ID}
#'   \item{school}{schoolnumber}
#'   \item{class}{class designation}
#'   \item{gender}{gender}
#'   \item{testscore_language, testscore_calculus}{testscores}
#' }
#'
"sailor_students"

#' key data on students from the sailor moon universe
#'
#' @description
#' A fictional key data set.
#'
#' @format `sailor_keys`
#' A tibble with 12 rows and 6 columns:
#' \describe{
#'   \item{schoolyear}{schoolyear}
#'   \item{guid}{hexadecimal ID number}
#'   \item{name, birthday, sex}{student information}
#'   \item{school, schoolnumber, class, grade_level}{school information}
#'   \item{sgic1, sgic2, sgic3}{subject generated ID}
#' }
#'
"sailor_keys"

Try the trustmebro package in your browser

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

trustmebro documentation built on June 8, 2025, 11:01 a.m.