mat_is_unique_combo: What are combinations of dataset?

View source: R/data.R

mat_is_unique_comboR Documentation

What are combinations of dataset?

Description

Check if the data is uniquely determiend by (n=1) for given variables

Usage

mat_is_unique_combo(df, ..., .print = TRUE)

Arguments

df

The df

.print

Print bad output?

...

the group_by variables

Examples

mat_is_unique_combo(iris, Sepal.Length, Sepal.Width, Petal.Width, Petal.Length, Species)

MatthieuStigler/matPkg documentation built on Nov. 13, 2023, 7:53 p.m.