View source: R/check_timci_quality.R
identify_nonvalid_ids_flagged | R Documentation |
This function identifies non-valid IDs in a dataframe by comparing them with reference IDs from another dataframe. It is specifically designed for TIMCI data quality checks.
identify_nonvalid_ids_flagged(df1, col_id1, df2, col_id2)
df1 |
A dataframe containing the data to be checked. |
col_id1 |
The name of the column containing IDs in the |
df2 |
A reference dataframe used for comparison. |
col_id2 |
The name of the column containing reference IDs in the |
A list containing two dataframes:
Non-Valid IDs Dataframe |
A dataframe containing rows with non-valid IDs and related dates, grouped in relevant columns. |
Flagged Dataframe |
A dataframe similar to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.