load_packages: Install/load packages from library into environment

View source: R/utils.R

load_packagesR Documentation

Install/load packages from library into environment

Description

Checks whether R packages are installed from CRAN and loads all. Does not yet support installation of BioConductor packages.

Usage

load_packages(pkgs)

Arguments

pkgs

A character vector of package names.

Examples

load_packages(c("openxlsx", "dplyr"))

kazeera/Hourglass documentation built on April 17, 2025, 3:08 a.m.