R/data-chinook_employees.R

#' 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"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.