Difference between R and R studio
Title
Question
What is difference between R and R studio while installing it
Can i run programs of R studio in R also or not
R Installing-R-and-RStudio-on-Windows 04-05 min 0-10 sec
Answers:
RStudio is an integrated development environment for R. Basically, RStudio provides you a frontend (with Console, Source, Environment, etc.) to program in R language. Without installing R, RStudio will not work.
Login to add comment