NA vs NULL

Links to resources describing the difference between NA and NULL in R.

The short answer is that NA represents missing values. NULL can be something more like Java - something you get asking for an element of a table that is not there.

Don’t think about NULL until you have to. I hope we never have to.

Last modified August 18, 2023: 2022-2023 End State (7352e87)