Description Usage Arguments Examples
This function allows you a report about missing values of your data.
1 | na.outline(data, plot_show = FALSE, limit = 20, show_over_limit = FALSE)
|
data |
Dataset, matrix or dataframe. |
plot_show |
Logical argument for plotting missing variables. |
limit |
The lower limit of the desired missing rate (percentage). |
show_over_limit |
Logical argument to print the caught index numbers of satisfied rate. |
1 | na.outline(Hitters,plot_show = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.