View source: R/rm_empty_rows.R
This function works similarly to remove_empty_rows function from the janitor package, except that you can pass the list of columns to remove missing data from. You can then easily eliminate any rows that have complete missing data across any generic set of columns
1 | rm_empty_rows(d, ...)
|
d |
The data frame. |
... |
Optional columns to include. If included, rows will only be
removed if the data are missing across all columns included. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.