View source: R/data_manipulation_functions.R
add_distinct_values_from_columns | R Documentation |
Add Distinct Values From Columns This function find sthe number of distinct values from one or more columns and returns the sum of those.
add_distinct_values_from_columns(tbl, columns)
tbl |
A tibble |
columns |
a list of strings that are names of columns in the tibble |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.