| hr_data {MSBStatsData} | R Documentation | 
HR data
Description
The dataset contains human resources data of a footwear company. Each entity of the dataset represents one employee with a total of six attributes.
Usage
hr_data
Format
A tibble with 1,200 rows and 6 variables:
- position [fct]
- Position of the employee in the company. 
- working_hours [dbl]
- Contracted working hours of the employee per week. 
- salary [dbl]
- Monthly salary of the employee. 
- hourly_wage [dbl]
- Hourly compensation of the employee. 
- department [fct]
- Department in which the employee is employed. 
- sick_days [dbl]
- Sick days of the employee in the period observed. 
[Package MSBStatsData version 0.0.2 Index]