About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: Shiny
What is R Shiny doing?
We try to measure the response times from the user perspective. Using the callback from the datable we are able to get some information about the metric. Continue reading
R Shiny dashboard inspection with profvis
We’re building a R Shiny dashboard to display big datasets. In our production environment we sometimes experience slow performance. Profiling with the profvis package is our plan to fix this. The profvis package needs to be installed. Then it can … Continue reading