R/which.na.R

"which.na" <-
function(x){
which(is.na(x))
}

Try the GLDEX package in your browser

Any scripts or data that you put into this service are public.

GLDEX documentation built on Aug. 21, 2023, 9:08 a.m.