#' The information of students
#'
#' A dataset containing the age, weight, height, sex, name
#'
#' @format A data frame with 8 rows and 5 variables:
#' \describe{
#' \item{age}{age of the students}
#' \item{weight}{weight of the students, in kg}
#' \item{height}{height of the student, in m}
#' \item{sex}{sex of the students: (F) or (M)}
#' \item{name}{name of the students}
#' }
"students"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.