hgchmagic is a wrapper for highcharter R package. With hgchmagic you can provide more info in form of list and improve your visualizations.
The type of charts supported by hgchmagic are:
Everyone of them assist user with different treatment regarding data variable types. For example, for charts where categorical variables are involved, you can use:
hgch_bar_Cat()
hgch_line_CatCat()
hgch_scatter_CatDatNum()
You can install the development version of hgchmagic like so:
# install.packages("devtools")
remotes::install_github("datasketch/hgchmagic")
See vignette("hgchmagic")
and explore the package usage.