mat_is_unique_combo | R Documentation |
Check if the data is uniquely determiend by (n=1) for given variables
mat_is_unique_combo(df, ..., .print = TRUE)
df |
The df |
.print |
Print bad output? |
... |
the group_by variables |
mat_is_unique_combo(iris, Sepal.Length, Sepal.Width, Petal.Width, Petal.Length, Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.