View source: R/data_manipulation_functions.R
get_distinct_value_from_column | R Documentation |
Get Number Of Distinct Values From Column This function returns the number of distinct values, including NA's in a column
get_distinct_value_from_column(tbl, column)
tbl |
A Tibble |
column |
A string that is the name of a column in the tibble |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.