R/data-employee_performance.R

#' Employee performance data
#'
#' Fictional data on employee performance evaluation metrics for a group of salespeople.
#'
#' @format A dataframe with 366 rows and 5 variables:
#' \describe{
#' \item{sales}{The annual sales of the individual in millions of dollars}
#' \item{new_customers}{The number of new customers acquired by the individual}
#' \item{region}{The region the individuals works in - North, South, East or West}
#' \item{gender}{The gender of the individual}
#' \item{rating}{The performance rating of the individual - 1 = Low, 2 = Middle, 3 = High}
#' }
#' @examples
#' employee_performance
"employee_performance"

Try the peopleanalyticsdata package in your browser

Any scripts or data that you put into this service are public.

peopleanalyticsdata documentation built on April 13, 2021, 5:06 p.m.