View source: R/helper-functions.R
drop_na_columns | R Documentation |
Drop columns that have NA in all rows
drop_na_columns(df)
{
drop_na_columns(data.frame(a = 1:3, b = NA, c = c('x', 'y', 'z')))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.