filter_na_df | R Documentation |
filter_na_df
is a function that takes a vector of variable names
and filters away all NA values for those columns.
filter_na_df(data, cols)
data |
Data frame or tibble |
cols |
Character vector of one or more column names found in |
Used in scripts: Robust function: TRUE
Filtered data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.