View source: R/data_manipulation.R
Filters an input data.frame, keeping only those rows that have complete data (ie no NA values) within the specified columns
1 | drop_incomplete_cases(.x, .cols = colnames(.x))
|
.x |
A data.frame |
.cols |
A vector subset of the column-names/indices of
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.