Description Usage Arguments Details Value Examples
Uses all other cleaning checks available in this package at once
1 | inspect_all(df, uuid.column.name = NULL)
|
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 |
for details see ?cleaninginspectoR
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
1 | inspect_all(my_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.