Draws a bar plot of the missing-value percentage per column.
Arguments
- data
A data frame.
- .cols
<
tidy-select> Columns to display.
Examples
d = data.frame(x = c(1, NA, 3, 4), y = c(NA, 2, NA, 5))
plot_na_bar(d)
Draws a bar plot of the missing-value percentage per column.
A data frame.
<tidy-select> Columns to display.
d = data.frame(x = c(1, NA, 3, 4), y = c(NA, 2, NA, 5))
plot_na_bar(d)