Working with RShiny: Developing hybrid R apps
By Raghav Kukreti on 2020-08-12 21:25:59 +0000 in R,dev,web
Recently I had (still going) the opportunity to work with a Dashboard framework written in R, but with the interactivity, design of high performant JavaScript SPAs. I was tasked with designing and building metric calculations, hybrid elements into it’s chart module.
This post will be a collection of notes and learnings regarding the project; a resource I can refer to when working on similar code-bases in the future.
I’ll add incrementally once I have enough time to list out everything.