{
##### Example 1 -------------------------------------------------------------
# All columns have distinct observation
get_unique_value_cols(iris)
##### Example 2 -------------------------------------------------------------
# One column doesn't have distinct observations
get_unique_value_cols(tbl = iris[1:50,])
}
Run the code above in your browser using DataLab