Skip to contents

Error if columns in the metadata Schema are not in tidy data

Usage

check_tidy_data_cols(table, column_metadata)

Arguments

table

dataframe (or dataframe-like object)

column_metadata

dataframe with rownames equal to the columns in table, and Title and Description columns giving the title and description of each column in table