workforceHistory {hR} | R Documentation |
Workforce history data for a sample team of employees and contractors.
Description
Artificial data that reflects the workforce history data structure often used to manage employment records in a human capital management system (HCM). Modern enterprises store data in this format at the core of their HCM. This data is the root source of all data analysis and reporting related to headcount, hiring, turnover, etc.
Usage
data(workforceHistory)
Format
A data table with 45 rows and 10 variables:
- DATE
Effective date of the record
- SEQ
Effective sequence of the record (used to manage multiple records for the same effective date)
- ACTION
Action
- EMPLID
Employee ID
- SUPVID
Supervisor ID
- TYPE
Employee type (employee or contractor)
- REGTEMP
Regular, temporary, or contract employment
- TITLE
Job title
- STATUS
Employment status
- NAME
Employee name
...
[Package hR version 0.2.50 Index]