inspect_all: Apply general data cleaning checks

Description Usage Arguments Details Value Examples

View source: R/inspect_all.R

Description

Uses all other cleaning checks available in this package at once

Usage

1
inspect_all(df, uuid.column.name = NULL)

Arguments

uuid.column.name

optional: The name of the column containing the uuids. If none is provided, will seach variable names for "uuid".

data

a dataframe

Details

for details see ?cleaninginspectoR

Value

A dataframe with one row per potential issue, containing the row index, value and variable name in the original dataset, as well as a description of the issue type

Examples

1
inspect_all(my_df)

ellieallien/cleaninginspectoR documentation built on July 18, 2019, 12:30 p.m.