• This repository has been archived on 02/Nov/2023
  • Stars
    star
    311
  • Rank 129,910 (Top 3 %)
  • Language
    R
  • License
    Other
  • Created over 9 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

R interface to Bokeh http://hafen.github.io/rbokeh/

R-CMD-check

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.