Learn R Programming

ume (version 1.5.2)

check_table_schema: 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")

Value

Logical TRUE/FALSE invisibly.

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)