find_mode: Find Mode

View source: R/find_mode.R

find_modeR Documentation

Find Mode

Description

Returns the mode of a given series.

Usage

find_mode(vector, remove_na = TRUE)

Arguments

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.

Value

The most frequent value in the sequence.


matthiasronnau/matthias documentation built on June 15, 2022, 11:44 p.m.