Nothing
#' SYKE runoff station metadata (area & altitude)
#'
#' Catchment area and altitude for Finnish SYKE runoff stations.
#' Area may be \code{NA} for a few stations; altitude may still be present.
#' Used to compute discharge from runoff time series:
#' \code{discharge_m3s = (value_lps_per_km2 * area_km2) / 1000}.
#'
#' @format A tibble with:
#' \describe{
#' \item{place_id}{Character. SYKE Paikka_Id.}
#' \item{area}{Numeric (km^2). May be NA.}
#' \item{altitude}{Numeric (m). May be NA.}
#' }
#' @source Finnish Environment Institute (SYKE).
#' @keywords datasets
#' @name fi_syke_runoff_meta
#' @docType data
#' @usage data(fi_syke_runoff_meta)
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.