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

View source: R/check_timci_quality.R

identify_ids_outside_lock_rangeR 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_ids_outside_lock_range(df, col_id, day0_df, start_date, end_date)

Arguments

df

dataframe containing the data to check

col_id

column name containing IDs in 'df1'

day0_df

Day 0 dataframe

start_date

start date

end_date

end date

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.