COUNT {ExcelFunctionsR}R Documentation

Basic COUNT function from excel

Description

It acts similiarly to Excel's COUNT function. It counts the amount of values in the given array.

Usage

COUNT(value)

Arguments

value

Count amount of the values in the range.

Value

In this example we count the amount of species in the built-in iris dataset. Function will always return numeric class.

Examples

COUNT(iris$Species)

[Package ExcelFunctionsR version 0.1.4 Index]