Skip to contents

plot_mv_types() creates a barplot showing the count of missing values for each type.

Usage

plot_mv_types(dat)

Arguments

dat

a raw_data object. Output of read_data() function.

Examples

path <- get_example_data("small_biocrates_example.xls")
test_dat <- read_data(path)
plot_mv_types(test_dat)