[R] is.na behavior

Richard M. Heiberger rmh at temple.edu
Thu Nov 19 02:54:54 CET 2015


What is the rationale for the following warning in R-3.2.2?

> is.na(expression(abcd))
[1] FALSE
Warning message:
In is.na(expression(abcd)) :
  is.na() applied to non-(list or vector) of type 'expression'

	[[alternative HTML version deleted]]



More information about the R-help mailing list