Answer Posted / Gajander Kumar
Packages in R are collections of functions, data sets, and documentation that extend the functionality of the base R distribution. You can install new packages using the `install.packages()` function and load them into your R session with the `library()` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers