R/not_na.R

Defines functions not_na

not_na <- function(x){
  !is.na(x)
}
andrewvanleuven/rleuven documentation built on July 19, 2022, 12:13 a.m.