check_table_schema: Check data.table structure

View source: R/check_objects.R

check_table_schemaR Documentation

Check data.table structure

Description

Internal helper to verify if a table matches a defined ume schema.

Usage

check_table_schema(dt, schema, name = "table")

Arguments

dt

A data.table to check.

schema

A schema list object as defined in ⁠.ume_schema_*⁠.

name

Optional: name of the table (for clearer error messages)

Value

Logical TRUE/FALSE invisibly.


ume documentation built on Dec. 13, 2025, 1:06 a.m.