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:

Installation

You can install the development version of hgchmagic like so:

# install.packages("devtools")
remotes::install_github("datasketch/hgchmagic")

How to start

See vignette("hgchmagic") and explore the package usage.