In this tutorial, we will learn how to count unique values of a variable(s) or column using dplyr's count() function. dplyr's count() function is a convenient function that combines grouping operation and counting the number of observation in each group. We will learn of 4 … [Read more...] about dplyr count(): count unique values of a variable