rbokeh
R interface to Bokeh.
Install
rbokeh will be put on CRAN soon. Until then, you can install from an alternative repo:
options(repos = c(tessera = "http://packages.tessera.io", getOption("repos")))
install.packages("rbokeh")Alternatively, you can install directly from github:
devtools::install_github("bokeh/rbokeh")Use
Please see here.