jordan

Is this right? R 4.4.0

For some reason NA_character_ is handled differently than other NA objects

```r
list(NA, NA_real_, NA_integer_, NA_character_) == substitute()
#> [1] FALSE FALSE FALSE NA
```


@rstats