Nothing
#' Tropical Atmosphere Ocean (TAO) project data
#'
#' A sample from the Tropical Atmosphere Ocean (TAO) project data,
#' downloaded from the \code{GGOBI} project.
#'
#' All cases recorded for five locations and two time periods.
#'
#' @name tao
#' @docType data
#' @format A data frame with 736 observations on the following 8 variables.
#' \describe{ \item{Year}{a numeric vector} \item{Latitude}{a
#' numeric vector} \item{Longitude}{a numeric vector}
#' \item{Sea.Surface.Temp}{a numeric vector} \item{Air.Temp}{a
#' numeric vector} \item{Humidity}{a numeric vector}
#' \item{UWind}{a numeric vector} \item{VWind}{a numeric
#' vector} }
#' @source \url{https://github.com/ggobi/ggobi/blob/master/data/tao.csv}
#' @keywords datasets
#' @examples
#'
#' head(tao)
#'
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.