#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.