Hi@akhtar,
R packages are a collection of R functions, compiled code, and sample data. They are stored under a directory called "library" in the R environment. By default, R installs a set of packages during installation. You can check with the below-given command.
library()