powered by
Get the HTML content required to embed a Bokeh figure
rbokeh2html( fig, file = tempfile(fileext = ".html"), pretty = FALSE, secure = TRUE )
figure
html file name to write the figure to
should the json model be pretty printed to the html file?
should https be used for cdn links?
# NOT RUN { p <- figure() %>% ly_points(1:10) rbokeh2html(p) # }
Run the code above in your browser using DataLab