Nothing
#' National oceanic and atmospheric administration (NOAA) data from 1990 to 1993
#'
#' A dataset containing the precipitation, maximum and minimum temperatures taken from
#' the STRbook R package.
#'
#' @format A data frame with 53940 rows and 10 variables:
#' \describe{
#' \item{julian}{Day in Julian time}
#' \item{year}{The year}
#' \item{month}{The month}
#' \item{day}{The day}
#' \item{id}{The location id}
#' \item{z}{The value}
#' \item{proc}{The type of observation}
#' \item{lat}{Latitude}
#' \item{lon}{Longitude}
#' \item{date}{The date}
#' ...
#' }
#'
"NOAA_df_1990"
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.