Learn R Programming

peopleanalytics (version 0.1.0)

payroll: payroll

Description

Fictitious payroll data for employees in a mid-size company

Usage

data("payroll")

Arguments

Format

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

employee_id

Unique identifier for each employee

hourly_rate

Hourly rate calculated irrespective of hourly/salaried employees

daily_comp

Hourly rate * 8

monthly_comp

Hourly rate * 2080 / 12

annual_comp

Hourly rate * 2080

standard_hrs

Expected working hours over a two-week payroll cycle

Examples

Run this code
data(payroll)

Run the code above in your browser using DataLab