Skip to contents

Plot missings and class with apexcharter

Usage

missings_apex_plot(data, animation = FALSE, ...)

Arguments

data

data frame

Value

An apexchart() htmlwidget object.

Examples

data_demo <- mtcars
data_demo[2:4, "cyl"] <- NA
rbind(data_demo, data_demo, data_demo, data_demo) |> missings_apex_plot()
data_demo |> missings_apex_plot()
mtcars |> missings_apex_plot(animation = TRUE)
# dplyr::storms |> missings_apex_plot() visdat::vis_dat(dplyr::storms) #> Error in loadNamespace(x): there is no package called ‘visdat’