any.na: For each col in a df, see if there are any NA's in that col.

Description Usage Arguments Value

View source: R/utils.r

Description

For each col in a df, see if there are any NA's in that col.

Usage

1
any.na(x)

Arguments

df

Dataframe to check.

dimn

Dimension to apply on. See ?apply.

Value

Logical vector of length = number of columns.


mdelhey/mdutils documentation built on May 22, 2019, 3:24 p.m.