#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?
@friessn @coolbutuseless I'd agree with using those frameworks as the best practice. Here's an example dashboard built with golem: https://github.com/JohnCoene/coronavirus
Engineering Production Grade Shiny Apps book by Colin Fay is a great resource.