COUNTBLANK: Count Number of Blanks in Vector

Description Usage Arguments Value Author(s) See Also Examples

View source: R/COUNTBLANK.R

Description

Given a vector, counts the number of blanks ("") contained in the vector.

Usage

1
COUNTBLANK(count_vector)

Arguments

count_vector

Vector that you would like counted for blanks.

Value

Returns the count of blanks in vector as an integer.

Author(s)

Nick Bultman, njbultman74@gmail.com, July 2021

See Also

length

Examples

1
2
COUNTBLANK(c("", "", "hey", "home"))
COUNTBLANK(c("", 0, 1, 2))

njbultman/xlsxFunctions documentation built on Aug. 8, 2021, 3:14 p.m.