View source: R/basic_tbl_tools.R
tbl_distinct_variables | R Documentation |
Distinct Set of Variables
tbl_distinct_variables( data, variables = NULL, id_variables = NULL, append_slug = NULL, to_arrow_table = F )
variables |
vector of variables for distinct analays |
id_variables |
vector of id variables |
append_slug |
if not 'NULL' slug to add to names |
to_arrow_table |
if 'TRUE' coerce to arrow |
library(asbtools) tbl_distinct_variables(iris, "Species") tbl_distinct_variables(data = ggplot2::diamonds, variables = c("cut", "color"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.