check_cleaning_log: check cleaning log

View source: R/implement_cleaning_log.R

check_cleaning_logR Documentation

check cleaning log

Description

check cleaning log

Usage

check_cleaning_log(
  df,
  df_uuid,
  cl,
  cl_change_type_col,
  change_type_for_change_response = "change_response",
  cl_change_col,
  cl_uuid,
  cl_new_val
)

Arguments

df

raw data (data.frame)

df_uuid

column in raw data with uuid

cl

cleaning log (data.frame)

cl_change_type_col

column in cleaning log which specifies change type to be made

change_type_for_change_response

values in change type column which should be changed to a new value.

cl_change_col

column in cleaning log which specifies data set column to change

cl_uuid

uuid in cleaning log

cl_new_val

cleaning log column specifying the new correct value

Value

cleaning log with only problematic entries and note specifying problem


mhkhan27/illuminate documentation built on March 25, 2023, 5:41 p.m.