find_mode | R Documentation |
Returns the mode of a given series.
find_mode(vector, remove_na = TRUE)
vector |
A file path to a local csv file. |
remove_na |
Whether to remove missing values from the sequence prior to finding the mode. Default is true. |
The most frequent value in the sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.