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_hunter documentation built on July 22, 2022, 10:20 a.m.