View source: R/check_row_miss.R
check_row_miss | R Documentation |
This function test for missing values in a dataframe rows
check_row_miss(data, decreasing = NULL, transpos = NULL)
data |
specify dataframe |
decreasing |
TRUE/FALSE order missing values |
transpos |
TRUE/FALSE |
returns a dataframe containing number of missing values per dataframe row
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.