R/utils.R
check_column_exist.Rd
Check if Column is Present in DataFrame Ignoring Case
check_column_exist(data, name)
Dataframe
string of column name
Logical TRUE/FALSE if the column exists.