#' Air stations in Spain
#'
#' Description of station features.
#'
#' @docType data
#'
#' @usage data(stations)
#'
#' @format A \code{data.frame} with 604 rows and columns:
#' \itemize{
#' \item id, local identifier
#' \item province_id, province identifier
#' \item city_id, city identifier
#' \item station, station identifier
#' \item location_id, location identifier
#' \item administration, official administration
#' \item station_name, name of the station
#' \item first_day, day of first recod
#' \item last_day, day of last record
#' \item latitude, coordinates
#' \item longitude, coordinates
#' \item altitude, coordinates
#' \item auton_commun, autonomous communities
#' \item province, province
#' \item city, city
#' \item station_kind, kind of station
#' \item area, area
#' }
#'
#' @keywords datasets
#'
#' @source Official data \href{www.miteco.gob.es}{Government of Spain}.
#'
#' @author Jose V. Die & Jose R. Caro
#'
"stations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.