R/data-demo_data.R

#'  Demo data.
#'
#'  A demo dataset consisting of names of some of the data hunters.
#'
#'
#' @format A data frame with 8 rows and 2 variables.
#' \describe{
#'   \item{first_name}{The given name of the data hunter.}
#'   \item{last_name}{The family name of the data hunter.}
#' }
#' 
#' @source N.Paterno
#' 
#' @examples
#'  unique(demo_data$last_name)
#' 
"demo_data"
npaterno/data_hunters documentation built on July 20, 2022, 6:38 p.m.