A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library.

Install

# from CRAN:
install.packages("rbokeh")

# from github:
remotes::install_github("bokeh/rbokeh")

Use

Please see here.