job {peopleanalytics}R Documentation

job

Description

Fictitious job data for employees in a mid-size company

Usage

data("job")

Format

A data frame with 1470 observations on the following 6 variables.

employee_id

Unique identifier for each employee

dept

Department of which an employee is a member

job_lvl

Job level, where 1 = 'Junior' and 5 = 'Senior'

job_title

Job title

overtime

Flag set to 'Yes' if the employee is nonexempt and works overtime and 'No' if the employee does not work overtime

business_travel

Business travel frequency

Examples

data(job)

[Package peopleanalytics version 0.1.0 Index]