Installing Packages

In R Console,

install.packages("PackageName")

Hit Enter, Packages will Install

To Use 

library(PackageName)

Hit Enter library will load, can be used as per required.

Comments

Popular posts from this blog

Decision Tree Classification

Apriori

Random Forest Classification