#' Parkinsons Dataset
#'
#'
#' @docType data
#'
#' @usage data(park)
#'
#' @format An object of class
#'
#' @keywords datasets
#'
#' @references Frank, A. and A. Asuncion. UCI Machine Learning Repository. 2010.
#'
#'
#' @source \href{https://archive.ics.uci.edu/ml/datasets/parkinsons}{parkinsons}
#'
#' @examples
#' data(park)
#' xx <- park$xx
#' yy <- park$yy
#'
"park"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.