#' @title Data of native potato
#' @name natives
#' @docType data
#' @keywords datasets
#' @usage data(natives)
#' @description
#' An evaluation of the number, weight and size of 24 native potatoes
#' varieties.
#'
#' @format
#' A \code{data.frame} with 876 observations on the following 4 variables.
#'
#' @details
#' \itemize{
#' \item{\strong{variety}} variety
#' \item{\strong{number}} number
#' \item{\strong{weight}} weight
#' \item{\strong{size}} size
#' }
#'
#'
#' @source
#' International Potato Center. CIP - Lima Peru.
#'
#' @keywords datasets
#' @examples
#'
#' library(agricolae)
#' data(natives)
#' str(natives)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.