How to install new package in R lang
Type the following command under R prompt to install new package. In my case I wanted to install ggplot2 package.
> install.packages("ggplot2")
Type the following command under R prompt to install new package. In my case I wanted to install ggplot2 package.
> install.packages("ggplot2")
No comments:
Post a Comment