R/employee.R

#' @title Sample dataset containing employee information
#'
#'
#' @description This is a fictional dataset created by IBM data scientists.
#' Each row of the dataset represents an employee's information.
#'
#' @name employee
#' @docType data
#' @usage data(employee)
#' @format A data frame with 1470 rows and 35 variables
#' @keywords datasets
#'
#' @source \url{https://www.kaggle.com/pavansubhasht/ibm-hr-analytics-attrition-dataset}
#'
#' @examples
#' data(employee)
NULL
nzjessica/treevis documentation built on June 27, 2020, 1:20 a.m.