CLiREN-LMS
Introduction to R for Clinical Data Management

Installing and Loading Packages

Overview

30-45 minutes Applied Step 1 of 11
Overview

Overview

1 / 11
Base R includes many useful functions, but most applied workflows rely on packages. A package is a collection of functions, data, and documentation. Installing a package makes it available on the computer. Loading a package makes it available in the current R session. This distinction is important. A package may be installed but not loaded. If a script uses functions from a package, the script should load that package explicitly.