Getting started Using the profiler Using the flame graph Using the data viewer Profiling examples Profiling time example Profiling memory example Frequently Asked Questions Additional Resou...
A guide to parallelism in R – Florian Privé – R(cpp) enthusiast
In this post, I talk about parallelism in R. This post is likely biased towards the solutions I use. For example, I never use mcapply nor clusterApply; I prefer to always use foreach. In this post, we will focus on how to parallelize R code on your computer with package {foreach}. In this post, I use mainly silly examples just to show one point at a time. Basics of foreach You can install R package {foreach} with install.packages("foreach"). library(foreach)
Best Practice: Development of Robust Shiny Dashboards as R Packages
This article describes best practice approaches for developing shiny dashboards. The creation of the dashboard in package form, as well as the use of unit tests should enable the development of robust solutions and guarantee high quality.
We create, maintain, and develop enterprise R Shiny dashboards. We deliver rapid development, scalability to thousands of users, and sophisticated UIUX.
Learn how to use the session argument as a global list for passing parameters between modules in advanced Shiny apps to simplify the objects’ flow in code., organize app content, simplify objects flow logic, decrease bugs, increase speed
This blog contains information on RStudio products and events, including RStudio open-source and commercial product announcements, company events, and company news.