applies conditional logic and creates some flags with helpful info
Usage
basic_csuite_fixes(
comp.data,
title = "TitleTxt6",
hours = "TOT.HOURS",
pay = "TOT.COMP",
officer = "F9_07_COMP_DTK_POS_OFF_X"
)
Arguments
- comp.data
A Part VII compensation data frame.
- title
Name of the title column to operate on.
- hours
Name of the weekly-hours column.
- pay
Name of the total-compensation column.
- officer
Name of the officer-flag column.