logical_check: List of logical issues in the data set

View source: R/logical_checks.R

logical_checkR Documentation

List of logical issues in the data set

Description

List of logical issues in the data set

Usage

logical_check(
  df,
  uuid,
  logic_list_df,
  logic_col_name,
  add_description = T,
  col_name_issue
)

Arguments

df

Data frame

uuid

UUID column name in the data frame.

logic_list_df

Data frame with a list of checks. This must include a column filled with all logic for the checks.

logic_col_name

Name of the column of logic_list_df data frame where all the logic are listed

add_description

TRUE [default ], if you want to add a description for each logic.

col_name_issue

Name of the column of logic_list_df data frame where the description for each logic is listed

Value

A data frame where all the issues will be listed as a cleaning log format


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