R/data.R

#' Favourite color of various people data
#'
#' @description \code{ozzy} returns a dataframe of favourt colos
#'
#' @return Returns a dataframe
#'
#' @docType data
#'
#' @usage data(color_data)
#'
#' @format A dataframe of individual-level observations.
#'
#' \describe{
#' \item{\code{name}}{A character vector individual names.}}
#' \item{\code{fav_color}}{One of: black, white, red}
#' }
#'
#' @keywords datasets
#'
#' @source \{url{rohanalexander.com}}
#'
"color_data"
RohanAlexander/ozzy documentation built on March 22, 2022, 12:04 a.m.