Skip to contents

Helper function that makes sure user has put in all of the reqd cols

Usage

check_required_cols(df, required_cols, df_name = "dataframe")

Arguments

df

dataframe

required_cols

vector of col names

df_name

string for name of df

Value

nothing, just errors if something wrong