vt_na_rows: Find Rows with only NAs, If Any

View source: R/vt_na_rows.R

vt_na_rowsR Documentation

Find Rows with only NAs, If Any

Description

Find Rows with only NAs, If Any.

Usage

vt_na_rows(data, file_name = NULL)

Arguments

data

the data

file_name

the file name

Examples

set.seed(10)
test <- data.frame(matrix(rep(NA,ncol(mtcars)*2), nrow=2))
test2 <- rbind(mtcars, stats::setNames( test, names(mtcars) ))

vt_na_rows(test2)
str(vt_na_rows(test2))

data-steve/valiData documentation built on Feb. 3, 2023, 12:21 a.m.