#' Eagles in West Virginia (WV) dataset#' A dataset containing the number of nesting pairs of eagles found in West Virginia, USA, from 1980 through 2007 Data is not available for all years and is given as NA.
#' Important dates:
#' 1963 417 pairs in all of continental USA
#' 1966 endangered spp act
#' 1967 listed
#' 1972 DDT banned
#' @format A data frame with 2 columns:
#' \describe{
#' \item{year}{Year of data collection, beginning in 1980}
#' \item{WV}{Number of breeding pairs of eagles }
#' }
#'
#' @source \url{https://www.fws.gov/midwest/eagle/population/nos_state_tbl.html}
#'
#' @examples
#'
#' ## Plot number of eagles over time
#' plot(WV ~ year, data = eaglesWV, col = 2)
#'
"eaglesWV"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.