New shiny package - easyslider

34 views
Skip to first unread message

Neal Fultz

unread,
Jun 23, 2017, 2:24:51 PM6/23/17
to Shiny - Web Framework for R
I started working on a package to make basic shiny UIs a bit more straightforward. The main idea is to map UI components to variables in the dataset, like ggplot2 does for plots.

For example:

   df <- diamonds %>%
     slider2Filter(aes(depth)) %>%
     dropdownFilter(aes(clarity))

   output$distPlot <- renderPlot({
       df() %>% ggplot() + aes(x=carat, y=price, color=cut) + geom_point()
     })

I just wanted to see if there is broader interest in this approach.


-Neal
Reply all
Reply to author
Forward
0 new messages