R/status.R

#' @name status
#'
#' @description Fictitious data on the active status of employees in a mid-size company
#'
#' @docType data
#'
#' @usage data(status)
#'
#' @format A dataframe containing 1,470 observations and 2 variables:
#'
#' @param employee_id
#'      Unique identifier for each employee
#'
#' @param active
#'      Flag set to 'Yes' for active employees and 'No' for inactive employees
#'
#' @examples data(status)

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.