Description Usage Arguments Details Value
create a table with per record if it abides to the rule.
1 | confront_tbl(tbl, x, key = NULL)
|
tbl |
|
x |
|
key |
|
The return value of the function is a list with:
$query: A dbplyr::tbl_dbi() object that refers to the confrontation query.
$errors: The validation rules that are not working on the database
$working: A logical with which expression are working on the database.
$exprs: All validation expressions.
$nexprs: Number of working expression.
a list with needed information, see details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.