mode.sR: A Mode Function

Description Usage Arguments Examples

Description

This function computes the sample mode of a single column from a SparkR DataFrame.

Usage

1

Arguments

df

The name of the DataFrame.

col

The name of the column, character string.

Examples

1
mode.sR(iris, "Sepal_Length")

mtoto/SparkRhelpers documentation built on May 23, 2019, 8:19 a.m.