identify_nonvalid_ids2: Identify non-valid IDs in a dataframe based on IDs in another...

View source: R/check_timci_quality.R

identify_nonvalid_ids2R Documentation

Identify non-valid IDs in a dataframe based on IDs in another dataframe (TIMCI-specific function)

Description

Identify non-valid IDs in a dataframe based on IDs in another dataframe (TIMCI-specific function)

Usage

identify_nonvalid_ids2(df1, col_id1, df2, col_id2)

Arguments

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'

Value

This function returns a dataframe containing IDs and dates at which the ID has been allocated in different columns.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.