mat_vars_uniques: Table of values of variables

mat_vars_uniquesR Documentation

Table of values of variables

Description

Table of values of variables

Usage

mat_vars_uniques(df, ..., wide = TRUE)

Arguments

df

data-frame

wide

Wide the dataset?

...

variables to keep

Examples

mat_vars_uniques(iris)
data_test <- tidyr::crossing(a=letters[1:3], b=c("blue", "green"))
mat_vars_uniques(data_test)
mat_vars_uniques(df=data_test, wide=FALSE)

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