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