mat_vars_uniques | R Documentation |
Table of values of variables
mat_vars_uniques(df, ..., wide = TRUE)
df |
data-frame |
wide |
Wide the dataset? |
... |
variables to keep |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.