May 2022
Beginner to intermediate
656 pages
18h 50m
English
This chapter covers
In previous chapters, you completed most tasks by using functions that were provided by others. The functions came from packages in the base R installation or from contributed packages downloaded from CRAN.
Installing a new package extends R’s functionality. For example, installing the mice package provides you with new ways of dealing with missing data. Installing the ggplot2 packages provides you with new ways of visualizing data. Many of R’s most powerful capabilities come from contributed packages.
Technically, a package is simply a set of functions, documentation, and data saved in ...
Read now
Unlock full access