hgch_bar_Cat.Rd
This function creates a horizontal or vertical bar chart for a categorical variable.
hgch_bar_Cat(data, ...)
a data frame.
additional arguments to pass to the hgch_bar function.
hgch_bar
A highchart object.
data(iris) iris <- iris |> dplyr::select(Species) hgch_bar_Cat(iris, percentage = TRUE) #> in theme_datasketch