confront_table_data {ReDaMoR} | R Documentation |
Confront a RelTableModel to actual data
Description
Confront a RelTableModel to actual data
Usage
confront_table_data(x, d, checks = c("unique", "not nullable"))
Arguments
x |
|
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")) |
Value
A report as a list
[Package ReDaMoR version 0.7.6 Index]