Nothing
#' An example of climate data
#'
#' This is simulated monthly climate data, and consists of precipitation sum and mean temperature
#'
#' @format A data frame with 16695 rows and 5 variables:
#' \describe{
#' \item{plotID}{a unique identifier for plot}
#' \item{year}{year}
#' \item{month}{month}
#' \item{t_avg}{monthly mean temperature}
#' \item{p_sum}{monthly precipitation sum}
#' }
#' @export
"data_climate"
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.