Null and Na

Null & NA

# empty value ----

NA #NA is a logical constant of length 1 which contains a missing value indicator

NULL #NULL represents the null object in R: 
# it is a reserved word. NULL is often returned by expressions and 
# functions whose value is undefined.

?NA