Wednesday, February 13, 2019

Setting the workplace or workspace & install packages for R Studio

Leave a Comment
In this post we will see how can we set up workspace & install additional packages for R Studio

Workplace Setup


For this just click on Tools -> Global Options


To install R Package

 Packages in R Studio can be installed by clicking Tools-> Install Packages

R packages listing:

Default location of R packages are at http://cran.r-project.org

Available R packages are listed as:



Use the following commands to deploy a package:
install.package("dplyr")

To load into memory use command:
library(dplyr)

If You Enjoyed This, Take 5 Seconds To Share It

0 comments: