what is a package in r
Packages in R Programming language are aset of R functions, compiled code, and sample data. These are stored under a directory called “library” within the R environment. By default, R installs a group of packages during installation. How to instal