View source: R/vt_duplicated_rows.R
| vt_duplicated_rows | R Documentation |
vt_duplicated_rows - Validates that a .csv file's
data.frame contains no duplicated rows.
vt_duplicated_rows(data, file_name = NULL)
data |
|
file_name |
An optional file name for use in reporting. |
Returns a list of validation results.
vt_duplicated_rows(CO2) vt_duplicated_rows(CO2[, 1:3]) str(vt_duplicated_rows(CO2[, 1:3]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.