#' Wind Energy data set containing 47,542 data points
#'
#' A dataset containing the power produced and other attributes of almost 47,542
#' records.
#'
#' \itemize{
#' \item Data.point - sequence of integers displaying each record
#' \item V - wind speed
#' \item D - wind direction
#' \item air.density - air density
#' \item I - turbulence intensity
#' \item S_b - wind shear
#' \item Y - wind power
#' }
#'
#' @docType data
#' @keywords datasets
#' @name data1
#' @usage data(data1)
#' @format A data frame with 47,542 rows and 7 variables
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.