#' Edgar Anderson's Iris Data
#'
#' @source Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language.
#' Wadsworth & Brooks/Cole.
#' @format A data frame with columns:
#' \describe{
#' \item{Sepal.Length}{Longitud del sépalo}
#' \item{Sepal.Width}{Ancho del sépalo}
#' \item{Petal.Length}{Longitud del pétalo}
#' \item{Petal.Width}{Ancho del pétalo}
#' \item{Species}{Especie de la flor}
#' }
#' @examples
#' \dontrun{
#' iris
#' }
"iris"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.