#' Chinook invoice data
#'
#' Extract of data on customer invoices from a music sales company
#'
#' @format A dataframe with 412 rows and 2 variables:
#' \describe{
#' \item{InvoiceId}{Invoice ID number}
#' \item{CustomerId}{CustomerID number}
#' }
#'
#' @source \href{https://github.com/lerocha/chinook-database}{Chinook Database on Github}
#'
#' @examples
#' chinook_invoices
"chinook_invoices"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.