check_row_miss: Chech for rows missing values

View source: R/check_row_miss.R

check_row_missR Documentation

Chech for rows missing values

Description

This function test for missing values in a dataframe rows

Usage

check_row_miss(data, decreasing = NULL, transpos = NULL)

Arguments

data

specify dataframe

decreasing

TRUE/FALSE order missing values

transpos

TRUE/FALSE

Value

returns a dataframe containing number of missing values per dataframe row


IbrahimHE/wrangler documentation built on March 27, 2022, 4:23 p.m.