Differentiate r while comparing with other programming languages?
Answers
Answer:
R is not scalable language as compare to other languages like Java, python because it does not follow object oriented approach. R is mostly build for statistical analysis.
ggplot2, rCharts, etc such package allows us to extend basic capabilities of R (mostly for reporting).
R is slower than other language like Java, python, etc.
R is interpreted programming language unlike compiled programming languages like Java, python . Execution of R program is depend upon sub-routines in the program as it is procedure based language.
Explanation:
R is not scalable language as compare to other languages like Java, python because it does not follow object oriented approach. ... ggplot2, rCharts, etc such package allows us to extend basic capabilities of R (mostly for reporting). R is slower than other language like Java, python, etc.