Skip to content
Prev 21633 / 63424 Next

Warning when indexing data.frame with FALSE

Sorry, a better example is:
NULL data frame with 1 rows
NULL data frame with 1 rows

vs
Warning in is.na(nm) : is.na() applied to non-(list or vector)
NULL data frame with 0 rows
Warning in is.na(nm) : is.na() applied to non-(list or vector)
NULL data frame with 0 rows

Hadley