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)
}

Try the rKolada package in your browser

Any scripts or data that you put into this service are public.

rKolada documentation built on March 18, 2022, 5:07 p.m.