ggplot
object,
it is very easy to customize and change labels, and so on.
vis_miss(x, cluster = FALSE, sort_miss = FALSE)
vis_miss
visualises a data.frame to display missingness. This is
taken from the visdat package, currently only available on github:
https://github.com/tierneyn/visdat
## Not run:
# monitors <- c("ASN00003003", "ASM00094299")
# weather_df <- meteo_pull_monitors(monitors)
# vis_miss(weather_df)
# ## End(Not run)
Run the code above in your browser using DataLab