R/champions.R

#' American Forest Champion Tree data
#' 
#' @format A data frame with 771 rows and 12 variables:
#' \describe{
#'   \item{id}{ID}
#'   \item{status}{Status}
#'   \item{species}{Species}
#'   \item{common_name}{Common name}
#'   \item{scientific_name}{Scientific name}
#'   \item{year_nominated}{Year nominated}
#'   \item{circumference}{Tree circumference (in)}
#'   \item{height}{Tree height (ft)}
#'   \item{spread}{Tree spread (ft)}
#'   \item{total_points}{Points}
#'   \item{state}{State}
#'   \item{location}{Location}
#' }
#' @source \url{https://www.americanforests.org/wp-content/uploads/2018/09/American-Forests-Champion-Tree-Register-Updated-Jan-2019.pdf}
"champions"
eheinzen/championtrees documentation built on Feb. 21, 2020, 2:01 a.m.