Conditions related to missing values
row_nas(.data, match_type = "none", ...) # S3 method for matrix row_nas(.data, match_type = "none", ...) # S3 method for data.frame row_nas(.data, match_type = "none", ...)
.data | A two-dimensional data structure. |
---|---|
match_type | One of ("all", "any", "none", "which_first", "count"). Possibly abbreviated. |
... | Arguments passed on to
|
# any base type supported row_nas(data.frame(NA, NA_integer_, NA_real_, NA_complex_), "all", output_class = "data.frame")#> V1 #> 1 TRUE