is_sas_na | R Documentation |
Missing Data from sas7bdat imported datesets could be imported in different ways we currently check for 'NA', NA, '.', and ”.
is_sas_na(x)
x |
vector with data |
logical vector
is_sas_na(c(1,2,NA))
is_sas_na(c("a", NA, "NA", ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.