lib.printVerboseLibCall: Print example 'lib.load' call.

View source: R/helper_functions.R

lib.printVerboseLibCallR Documentation

Print example lib.load call.

Description

Prints the library call that you can use, based on a name/version input vector.

Usage

lib.printVerboseLibCall(packNameVersion, .forceToPrint = FALSE)

Arguments

packNameVersion

A named character vector with package names and their version indication (e.g. ‘c(dplyr = ’>= 0.4.0', ggplot = ”)').

.forceToPrint

For testing, I need to be able to overrule the 'interactive()' criteria for printing this example library call.


multiversion documentation built on March 22, 2022, 1:07 a.m.