Standalone HTML

Slidify and rCharts


Note

This is a short demo of proof-of-concept of creating completely standalone HTML file using slidify with embedded rCharts. To help me test it, please turn of wi-fi and refresh your browser page and see if the presentation still works. Everything except fonts should work, since they have been embedded as data-URIs.

library(rCharts)
n1 <- nPlot(mpg ~ wt, data = mtcars, type = "scatterChart")
n1$show("inline")