R/bioanth.R

#' bioanth: Datasets useful for biological and forensic anthropology.
#' 
#' \code{bioanth} provides datasets useful for biological and forensic
#' anthropology. In addition, it includes helper functions for working with
#' dataframes.
#' 
#' @details
#' This package contains the following datasets:
#' \itemize{
#'   \item \code{howell}: Howells Craniometric Data Set
#'   \item \code{howelltest}: Howells Craniometric Test Data Set
#'   \item \code{goldman}: Goldman Osteometric Data Set
#' }
#' 
#' and the following functions:
#' \itemize{
#'   \item \code{lower_names}: Converts column names of a data frame to
#'     lower (or upper) case.
#'   \item \code{lower_factors}: Converts factor labels to 
#'     lower (or upper) case.
#' }
#' 
#' @docType package
#' @name bioanth
NULL
geanes/bioanth documentation built on May 17, 2019, 12:15 a.m.