count: Count Occurences in a Vector

Description Usage Arguments Examples

View source: R/int_fns.R

Description

Counts the number of times the given number n appears in the given vector vect.

Usage

1
count(vect, n)

Arguments

vect

a vector of values

n

a number to be compared to the vector

Examples

1
count(vect = 1:5, n = 4)

HarmonicAnova21/FRame.BuildR documentation built on March 23, 2020, 5:17 a.m.