[Level 1] Install RStudio on Ubuntu 16.04
One you have installed R on Ubuntu, there is a great R develop environment called "RStudio". You could install "R Studio" via apt-get command.
Wish this helps.
regards,
Stanley Huang
$ sudo apt-get -y install rstudio $ rstudio
Wish this helps.
regards,
Stanley Huang
Comments
Post a Comment