#' Wind Energy data set containing 48,068 data points
#'
#' A dataset containing the power produced and other attributes of almost 48,068
#' 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 data2
#' @usage data(data2)
#' @format A data frame with 48,068 rows and 7 variables
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.