View source: R/RelTableModel.R
confront_table_data | R Documentation |
Confront a RelTableModel to actual data
confront_table_data(x, d, checks = c("unique", "not nullable"))
x |
a RelTableModel |
d |
a data frame or a matrix for matrix model |
checks |
a character vector with the name of optional checks to be done (Default: all of them c("unique", "not nullable")) |
A report as a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.