load_pkgs.cluster_spec: Quietly load package namespace

View source: R/load_ns.R

load_pkgs.cluster_specR Documentation

Quietly load package namespace

Description

For one or more packages, load the namespace. This is used during parallel processing since the different parallel backends handle the package environments differently.

Usage

## S3 method for class 'cluster_spec'
load_pkgs(x, infra = TRUE, ...)

Arguments

x

A character vector of packages.

infra

Should base tidymodels packages be loaded as well?

Value

An invisible NULL.


tidyclust documentation built on Sept. 26, 2023, 1:08 a.m.