COUNT: Basic COUNT function from excel

Description Usage Arguments Value Examples

View source: R/COUNT.R

Description

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

Usage

1
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

1
COUNT(iris$Species)

ExcelFunctionsR documentation built on July 1, 2020, 8:35 p.m.