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 5, 2025, 7:18 a.m.