R/surveys.R

#' Survey data.
#'
#' Data on individual rodents captured at the Portal Project
#'
#' @source Portal Project Teaching Database,
#'  \doi{10.6084/m9.figshare.1314459}
#' @format A data frame with columns:
#' \describe{
#' \item{record_id}{Unique record identifier}
#' \item{month}{Month captured}
#' \item{day}{Day captured}
#' \item{year}{Year captured}
#' \item{plot_id}{Plot individual was captured on}
#' \item{species_id}{Species identifier}
#' \item{sex}{Sex of the individual}
#' \item{hindfoot_length}{Length of a back foot in mm}
#' \item{weight}{Weight of the individual in g}
#' }
"surveys"
weecology/ratdat documentation built on Dec. 3, 2023, 10:02 p.m.