Nothing
#' @name gdd_data
#' @title Exemplary dataset for GDD calculations
#'
#' @description gdd_data A dataset containing a synthetic data of day, tmax (daily maximum temperature), and tmin (daily minimum temperature)
#'
#' @format A data frame with 100 rows and 3 variables:
#' \itemize{
#' \item day
#' \item tmax
#' \item tmin
#' }
#'
#' @docType data
#'
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.