Description Usage Arguments See Also Examples
Check for duplicates in a table
1 | check_dups(x)
|
x |
data frame: Table holding records |
Other functions for validating license data: count_lines_textfile
,
summary_churn
,
summary_initial
, summary_sale
1 2 3 4 | library(dplyr)
cust <- data.frame(id = 1:3, nm = c("dan k","dan k","dan r"))
x <- select(cust, id, nm) %>% distinct()
select(x, nm) %>% check_dups()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.