rm_miss | R Documentation |
This function test for missing values in a dataframe rows and columns, then removes rows or columns with percentage of missing values
rm_miss(data, dim, percent_miss)
data |
specify dataframe |
dim |
1 for rows, or 2 for columns |
percent_miss |
numeric. cut of number for row or column which is equal or above to be removed |
returns a dataframe containing remaining row or columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.