Index of /web/packages/rbokeh/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-05-26 22:10 5.1K 
[DIR]man/2020-05-26 22:10 -  

README

Build Status codecov.io CRAN

rbokeh

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.