delete_repeat_records: Drop incorrect child IDs in repeat data entries...

View source: R/clean_timci_data.R

delete_repeat_recordsR Documentation

Drop incorrect child IDs in repeat data entries (TIMCI-specific function) This function can be used to drop documented child IDs

Description

Drop incorrect child IDs in repeat data entries (TIMCI-specific function) This function can be used to drop documented child IDs

Usage

delete_repeat_records(
  df,
  csv_prefix = "day0_repeat_inconsistent_names_deletion"
)

Arguments

df

dataframe

csv_prefix

A string value indicating the prefix of the CSV file from which to read the corrections (default is "day0_repeat_inconsistent_names_deletion").

Value

This function returns a list that contains a cleaned dataframe and the list of dropped records


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