R/data-chinook_customers.R

#' Chinook customer data
#'
#' Extract of data on customers of a music sales company
#'
#' @format A dataframe with 59 rows and 4 variables:
#' \describe{
#' \item{CustomerId}{Customer ID number}
#' \item{FirstName}{Customer First Name}
#' \item{LastName}{Customer Last Name}
#' \item{SupportRepId}{ID of Sales Rep assigned to customer}
#' }
#' 
#' @source \href{https://github.com/lerocha/chinook-database}{Chinook Database on Github}
#' 
#' @examples
#' chinook_customers
"chinook_customers"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.