New shiny package - easyslider

34 visualizzazioni
Passa al primo messaggio da leggere

Neal Fultz

da leggere,
23 giu 2017, 14:24:5123/06/17
a 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
Rispondi a tutti
Rispondi all'autore
Inoltra
0 nuovi messaggi