plot_missing | R Documentation |
This function will plot the percentage of missing observations for every variable in a data frame.
plot_missing(df)
df |
Data frame to be used |
Primary: A plot of missing percentage for every variable in DF
Secondary: You can extract the missing to an object and pulling out the data (e.g. the_object$data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.