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