R/tenure.R

#' @name tenure
#'
#' @description Fictitious tenure data for employees in a mid-size company
#'
#' @docType data
#'
#' @usage data(tenure)
#'
#' @format A dataframe containing 1,470 observations and 6 variables:
#'
#' @param employee_id
#'      Unique identifier for each employee
#'
#' @param work_exp
#'      Flag set to 'Yes' for active employees and 'No' for inactive employees
#'
#' @param org_tenure
#'      Years at current company
#'
#' @param job_tenure
#'      Years in current job
#'
#' @param last_promo
#'      Years since last promotion
#'
#' @param mgr_tenure
#'      Years under current manager
#'
#' @examples data(tenure)

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.