Skip to content
forked from nachocab/clickme

From R to JS in a single line: Render JavaScript visualizations using R objects

Notifications You must be signed in to change notification settings

kbroman/clickme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clickme

Clickme is an R package that makes creating interactive JavaScript visualizations as easy as making a standard R plot.

Want to learn more? See the wiki and join the mailing list.

Quick Usage

Install the latest version of Clickme by running the following in your R console:

install.packages("devtools") # run this if you don't have the devtools package installed.

library(devtools)
install_github("clickme", "nachocab")

Try the demos:

library(clickme)

# See what ractives you have available
list_ractives()

# Pick a few and try them
demo_ractive("force_directed")

demo_ractive("line_with_focus")

demo_ractive("longitudinal_heatmap")

demo_ractive("par_coords")

demo_ractive("vega")

Your browser will open a new tab for each example. The first one should look something like this.

Acknowledgements

Thank you Mike Bostock. Making the D3.js library more accessible was my strongest motivation for developing Clickme.

Thank you Yihui Xie. The knitr R package has shown me the importance of building bridges across technologies, while also turning my scientific ramblings into reproducible work.

Thank you Hadley Wickam. The testthat R package is a big reason why I find coding Clickme so enjoyable.

About

From R to JS in a single line: Render JavaScript visualizations using R objects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.8%
  • R 12.4%
  • CoffeeScript 9.8%