Description Usage Arguments Value
Functions logs data.table with incrorrect records to the database
1 2 | logWrongValues(conn, source, type, rule, refs, values,
url.pattern = NA_character_)
|
conn |
DBI connection |
source |
name of the source system that contains incorrect record |
type |
type of the error should be one of those: Orphan, Wrong, Missing, Duplicate |
rule |
business rule that record violated |
refs |
correlation references of records, e.g. primary key values |
values |
wrong values |
url.pattern |
sprintf pattern for the url which will be used with refs |
TRUE if records are saved successfuly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.