Rdocumentation
powered by
Learn R Programming
crtests (version 0.2.1)
is_complete_row: Determine if the rows in a data.frame have NAs
Description
Determine if the rows in a data.frame have NAs
Usage
is_complete_row(data)
Arguments
data
A data.frame
Value
A vector of length
nrow(data)
containing whether that row has
NA
s.