R Package Installation - Introduction to R

Originally published at: https://tutorials.datasciencedojo.com/introduction-to-r-part-4-1/

R Package Installation: we show you how to use 3rd party packages for the R programming language. You will learn about CRAN, an open sourced group that moderates R and hosts a repository of thousands of R packages. You can install any package by name from that repository using the function install.packages.

Download R Here

Download RStudio Here

(179)