sumisna: count na's in a vector

View source: R/format.R

sumisnaR Documentation

count na's in a vector

Description

This function counts the number of na's in a vector.

Usage

sumisna(x, funct = "is.na")

Arguments

x

the vector containing the na values.

funct

the function to use to count the na's, theoretically can be changed to a different function to count something other than na's

Examples

sumisna_function()

clmacleod/highlandr documentation built on Oct. 11, 2023, 8:04 p.m.