View source: R/check_objects.R
| check_table_schema | R Documentation |
Internal helper to verify if a table matches a defined ume schema.
check_table_schema(dt, schema, name = "table")
dt |
A data.table to check. |
schema |
A schema list object as defined in |
name |
Optional: name of the table (for clearer error messages) |
Logical TRUE/FALSE invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.