NULL null as.null(x) is.null(x)
NULL
null
as.null ignores its argument and returns the value null.
as.null
is.null returns true if its argument is null and false otherwise.
is.null
true
false