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"

Try the ratdat package in your browser

Any scripts or data that you put into this service are public.

ratdat documentation built on Nov. 22, 2023, 1:09 a.m.