R/table_specs.R

Defines functions check_table_spec

# Compare a Kolada metadata table to a minimal spec for a metadata entity.
# @param meta_df The metadata table to be compared.
# @param entity The metadata entity expected.
check_table_spec <- function(meta_df, entity) {
  return(TRUE)
}
LCHansson/rKolada documentation built on May 19, 2024, 4:07 a.m.