This function does not address ties in frequency.
Arguments
- string
A character vector.
- n
The number of values to return based on frequency of appearance. Defaults to
NULL
which returns all unique values from x.- decreasing
Passed to
sort()
This function does not address ties in frequency.
A character vector.
The number of values to return based on frequency of appearance.
Defaults to NULL
which returns all unique values from x.
Passed to sort()