View source: R/logical_checks.R
logical_check | R Documentation |
List of logical issues in the data set
logical_check(
df,
uuid,
logic_list_df,
logic_col_name,
add_description = T,
col_name_issue
)
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 |
A data frame where all the issues will be listed as a cleaning log format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.