Barplot of missing values types
plot_mv_types.Rd
plot_mv_types()
creates a barplot showing the count of missing values for
each type.
Arguments
- dat
a
raw_data
object. Output ofread_data()
function.
Examples
path <- get_example_data("small_biocrates_example.xls")
test_dat <- read_data(path)
plot_mv_types(test_dat)