+ 2
What is R programming language is this really a programing language like C ,Java, Python or not?
I think it not like a real programming language if this true then what is the use of R language where it is useful and what are the future opportunities with R language
2 Answers
+ 6
R is definitely a programming language. Although it is used exclusively for statistics, computing, machine learning and data science, it has rich library support and various data-processing related modules.
Thinking of doing computations, scientific research or statistics transformations? R is your friend :)
+ 3
myString <- "Hello, World!"
print ( myString)
https://www.tutorialspoint.com/r/
*a tough competitor to r is . . . python