#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

nonogramr/R/shiny_app.R at main · AlexAxthelm/nonogramr

Work with nonogram puzzles in R. Contribute to AlexAxthelm/nonogramr development by creating an account on GitHub.

GitHub