#' @name imgw_meteo_stations
#' @title Location of the meteorological stations from the danepubliczne.imgw.pl collection
#'
#' @description The object contains weather stations
#' coordinates, ID numbers, and elevations
#'
#' @format The data contains a data.frame with 1998 obs. of 3 variables:
#' \describe{
#' \item{id}{Station ID}
#' \item{X}{Longitude}
#' \item{Y}{Latitude}
#' \item{station}{Station name}
#' \item{id2}{IMGW-PIB ID for station rank}
#' }
#' The object is in the geographic coordinates using WGS84 (EPSG:4326).
#'
#' @docType data
#' @keywords datasets meteo
#' @examples
#' data(imgw_meteo_stations)
#' head(imgw_meteo_stations)
"imgw_meteo_stations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.