ASHESH, SHUBHAM, ASHER
Software environment for statistical computing and graphics
R Software Environment
R Language
R specific tools and Packages
_________________________________
+
think of R as having a programming language than being a programming language.
Designed by statisticians, for statisticians.
R has naturally (developed for decades) broad range of statistical tools available (multiple repositories with thousands of packages). I will skip this enormous feature of R and just focus on simple BI case of extraction, transformation, loading and presentation.
Below are listed packages which directly address the steps in basic BI process.
Presentation of useful information is totallly different task than ETL process, it can be easily outsourced to any BI dashboard tool by simply populating the data structure expected by particular tool.
Yet when using R you don't even need to push prepared data to external presentation tool.
You can produce a web application dashboard directly from R.
Using mentioned packages you are capable to host interactive web applications. Those can generate interactive plots, interactivly query the data.