R/species_bad.R

#' Species - Bad Data Management
#' 
#' Contains species records with poor data management
#' 
#' @format A data.frame with the following columns:
#'   
#'   \code{ID}: Unique integer ID of bird species - Note is an integer ID needed
#'   if the species abbreviation is unique?
#'   
#'   \code{species Abbreviation}: Four letter abbreviation of species - Note
#'   space in column name
#'   
#'   \code{genus}: Genus of bird
#'   
#'   \code{species}: Full name of species of bird
#'   
#'   \code{common name}: Full common name of species - Note space in column name
#'   
"species_bad"
clabuzze/dataManagement documentation built on Sept. 8, 2020, 10:37 a.m.