add_emr_job_type: add_emr_job_type

Description Usage Arguments Value

View source: R/emr_operations.R

Description

EMR Job Types are aggregated groups of employee classes. These are commonly used as grouping variables for analyses. Job type derived from Position #, Suffix, and MUS Contract indicator.

Usage

1
2
3
add_emr_job_type(df, position_number_col_name = "Position Number",
  suffix_col_name = "Suffix", mus_col_name = "MUS",
  ecls_col_name = "PEAEMPL ECLS")

Arguments

df

the dataframe containing the necessary columns and to which the new column will be appended.

position_number_col_name

the string containing the name of the Position Number column

suffix_col_name

the string containing the name of the Suffix column

mus_col_name

the string containing the name of the MUS Contract Indicator column

Value

the original dataframe with a newly appended EMRJobType column


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