add_flsa_exmpt_status: Add a job's FLSA exemption status to a dataframe

Description Usage Arguments Value

View source: R/compensation_funcs.R

Description

Using a choosen Ecls column, map elcs to FLSA overtime exemption status.

Usage

1
add_flsa_exmpt_status(df, ecls_col_name)

Arguments

df

the dataframe containing the ecls column and to which the new column will be added.

ecls_col_name

The string vector containing the name of the eclass column to which the FLSA status will be mapped.

Value

The original dataframe with a new column named FLSA OT Exempt.


iancj88/msuopa documentation built on May 17, 2019, 7:07 p.m.