vis_dat
gives you an at-a-glance ggplot object of what is inside a dataframe. Cells are coloured according to what class they are and whether the values are missing. As vis_dat
returns a ggplot object, it is very easy to customize and change labels, and customize the plot
vis_dat(x, sort_type = TRUE, palette = "default")