# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.