R/benefits.R

#' @name benefits
#'
#' @description Fictitious benefits data for employees in a mid-size company
#'
#' @docType data
#'
#' @usage data(benefits)
#'
#' @format A dataframe containing 1,471 observations and 3 variables:
#'
#' @param employee_id
#'      Unique identifier for each employee
#'
#' @param stock_opt_lvl
#'      Job level, where 1 = 'Junior' and 5 = 'Senior'
#'
#' @param trainings
#'      Number of trainings completed within the past year
#'
#' @examples data(benefits)

Try the peopleanalytics package in your browser

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

peopleanalytics documentation built on Oct. 26, 2022, 1:08 a.m.