NA is a missing value indicator (Not Available) in the Most languages like R language, spreadsheets like Excel and Google sheets.
NA is a logical constant of length 1 which contains a missing value indicator in the R language. NA can be coerced to any other vector type except raw.
There are also constants NA_integer_, NA_real_, NA_complex_ and NA_character_ of the other atomic vector types which support missing values; all of these are reserved words in R.