apply_fixes | R Documentation |
Apply fixes to databases
apply_fixes(
databases,
fixes,
unique_id_col,
id_col,
verbose = FALSE,
force_fix = FALSE
)
databases |
A named list of |
fixes |
A |
unique_id_col |
The column name for the column that is the surrogate
key in all |
id_col |
The column name for the column that is the primary key
in all |
verbose |
Produces logging messages if |
force_fix |
If |
A list of corrected data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.