#RStats hivemind:
What is current best practice for including a shiny interface within a package?
Anyone know of a good example?
#RStats hivemind:
What is current best practice for including a shiny interface within a package?
Anyone know of a good example?
@coolbutuseless I wouldn’t call it a *good* example, but I have mine just called as a function that wraps shiny::shinyApp()
Does everything I need in ~75 lines
https://github.com/AlexAxthelm/nonogramr/blob/main/R/shiny_app.R