#' Eagles in Ohio dataset
#'
#' A dataset containing the number of nesting pairs of eagles found in Ohio, 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{years}{Year of data collection, beginning in 1980}
#' \item{eagles.OH}{Number of breeding pairs of eagles (male plus female)}
#' }
#'
#' @source \url{https://www.fws.gov/midwest/eagle/population/nos_state_tbl.html}
#'
#' @examples
#'
#' ## Plot number of eagles over time
#' plot(eagles.OH ~ years, data = eaglesOH, col = 2)
#'
"eaglesOH"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.