inst/shinydemos/htmlwidget.R

library(shinyjqui)
library(d3heatmap)
library(plotly)

qplot(1:10) %>%
  ggplotly() %>%
  jqui_draggable() %>%
  jqui_resizable()

d3heatmap(mtcars) %>%
  jqui_resizable()


jqui_resizable(plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length))

Try the shinyjqui package in your browser

Any scripts or data that you put into this service are public.

shinyjqui documentation built on Feb. 3, 2022, 9:06 a.m.