R/hydropower.R

#' Hydropower Plant Information
#'
#' Hydropower Plant Information as reported by FERC.
#'
#' @source http://www.ferc.gov/industries/hydropower.asp
#' @format Data frame with columns
#' \describe{
#' \item{Number}{FERC Hydropower Plant Number}
#' \item{Name}{Name of Hydropower Plant}
#' \item{Expiration}{Expiration Date of the License}
#' \item{Issued}{Issue Date of the License}
#' \item{Status}{Current Status of the Plant}
#' \item{Capacity}{Capacity of the Plant in KW}
#' \item{Company}{Name of the Hydropower Company}
#' \item{Waterway}{Name of the Waterway}
#' \item{lat}{Approximate Latitude of the Plant}
#' \item{lon}{Approximate Longitude of the Plant}
#' }
#' @examples
#'   dim(hydropower)
#'   head(hydropower)
"hydropower"
paulgovan/energyr documentation built on July 30, 2023, 11:08 a.m.