View source: R/check_timci_quality.R
identify_nonvalid_ids2 | R Documentation |
Identify non-valid IDs in a dataframe based on IDs in another dataframe (TIMCI-specific function)
identify_nonvalid_ids2(df1, col_id1, df2, col_id2)
df1 |
dataframe containing the data to check |
col_id1 |
column name containing IDs in 'df1' |
df2 |
reference dataframe |
col_id2 |
column name containing IDs in 'df2' |
This function returns a dataframe containing IDs and dates at which the ID has been allocated in different columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.