Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.