na_count: Count the number of occurrences of NAs over a data frame...

View source: R/utils_df.R

na_countR Documentation

Count the number of occurrences of NAs over a data frame row-wise

Description

Count the number of occurrences of NAs over a data frame row-wise

Usage

na_count(df, new_colname = "count_na")

Arguments

df

A dataframe

new_colname

The newly-mutated colname. Default to "count".

Value

A mutated dataframe


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.