library: load a package

View source: R/library.R

libraryR Documentation

load a package

Description

Load packages you've already installed into your current R session. After you've loaded it, all its functions will be available for you to use.

Details

The package name doesn't need quotes.

library(package)

See Also

install.packages()

Examples


library(tidyverse)

library(gapminder)


cobriant/qelp documentation built on July 1, 2022, 7:24 a.m.