powered by
Missing Data from sas7bdat imported datesets could be imported in different ways we currently check for 'NA', NA, '.', and ''.
is_sas_na(x)
logical vector
vector with data
is_sas_na(c(1,2,NA)) is_sas_na(c("a", NA, "NA", ""))
Run the code above in your browser using DataLab