check_predictors_df_contains_all_players: Check if the predictor df contains all players and only those
Description
Check if the predictor df contains all players and only those
Usage
check_predictors_df_contains_all_players(predictor_df, lookup_table)
Arguments
predictor_df
the predictor input data frame
lookup_table
a lookup table of the players
Value
TRUE (correct) or FALSE (with problems)