Skip to contents

Tests to see if the given data frame has all the columns required by the Triple Billions xMart4 tables.The test does not take column order into consideration (e.g., a,b,c and c,a,b will both pass)

Usage

has_xmart_cols(df)

Arguments

df

data.frame

Value

bool