#' Chinook employee data
#'
#' Extract of data on employees of a music sales company
#'
#' @format A dataframe with 8 rows and 4 variables:
#' \describe{
#' \item{EmployeeId}{Employee ID number}
#' \item{FirstName}{Employee First Name}
#' \item{LastName}{Employee Last Name}
#' \item{ReportsTo}{ID of Employee who they report to}
#' }
#'
#' @source \href{https://github.com/lerocha/chinook-database}{Chinook Database on Github}
#'
#' @examples
#' chinook_employees
"chinook_employees"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.