Skip to contents

Check whether the specified dataframe uses education names that do not appear in the original education names table. If there are other training name names, an error is returned. If the training names all match, a confirmation is given.

Usage

check_education_name(df, actual_edu_names = NULL, col_edu_names = NULL)

Arguments

df

A data frame

actual_edu_names

a column with the actual education names, default is null, than it will check for system variables

col_edu_names

a column with the education names that you want to check, default is null, than it will check for system variables