Compare a list of tables in mzroll_data_list to the mzrollDB schema to determine whether the list is compatible with the list schema

validate_mzroll_db_schema(mzroll_data_list, tables = "all")

Arguments

mzroll_data_list

a list of tables matching the mzrollDB schema or a subset of the required tables.

tables

either "all" to compare each table to the schema and ensure that all expected tables are present or a character vector of tables to compare.

Value

0 invisibly (used for side-effects)