rowwise_na: Rowwise missing values

View source: R/rowwise_na.R

rowwise_naR Documentation

Rowwise missing values

Description

This function counts for each row of a dataset the number of missing values (NAs).

Usage

rowwise_na(dt)

Arguments

dt

data frame or data table with missing values in any row.

Value

Returns a numerical vector of lenghth nrow(d).

Author(s)

Dennis Freuer


freuerde/puzzle documentation built on March 27, 2022, 5:30 p.m.