drop_var_with_na | R Documentation |
Drop all variables with NA-values
drop_var_with_na(data)
data |
Data frame |
Data frame
data <- data.frame(a = 1:10, b = rep(NA,10))
drop_var_with_na(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.