Learn R Programming

tune (version 0.1.1)

load_pkgs: 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

load_pkgs(x, ...)

Arguments

x

A character vector of packages.

Value

An invisible NULL.