validate_pk | R Documentation |
Checks if a table contains a correctly formatted primary key column. Primary key column must exist, no missing values and contain unique values.
validate_pk(table, name)
table |
A data frame that represents the table to validate. |
name |
A string indicating the name of the table. |
'TRUE'. Generates warnings if primary key column is missing or has duplicates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.