df_na_idx: Get row index of missing values in data frame

View source: R/mt_extra_2.R

df_na_idxR Documentation

Get row index of missing values in data frame

Description

Get row index of missing values in data frame.

Usage

df_na_idx(df, vars)

Arguments

df

data frame being used to check index of missing values.

vars

vector of variable names in df for missing values checking.

Value

an vector of missing value index.


wanchanglin/mtExtra documentation built on Aug. 2, 2024, 5:47 p.m.