getRetentionBonus: Compute retention bonus

getRetentionBonusR Documentation

Compute retention bonus

Description

Retention bonus to be given to all seasonal employees at the end of their employment contract

Usage

getRetentionBonus(theObject)

## S4 method for signature 'Employee'
getRetentionBonus(theObject)

Arguments

theObject

Employee-class object

Value

a data.frame with 12 rows and 3 columns.

Each row represents a month. The columns are:

ID

character string representing the unique identifier of the real employee

month

integer value representing the month

retentionBonus

numeric value defining the cost charged for that month

Functions

  • getRetentionBonus(Employee): Compute retention bonus


basilrabi/mansched documentation built on May 18, 2023, 1:29 p.m.