checkGlobalOptionsProvided: Check Whether Global Options Are Provided

View source: R/utils.R

checkGlobalOptionsProvidedR Documentation

Check Whether Global Options Are Provided

Description

The function checks whether a variable of the name optNames is available. If not a warning message is produced, indicating how this variable can be set using options().

Usage

checkGlobalOptionsProvided(optNames, envir = rlang::caller_env())

Arguments

optNames

A character vector. The names of the variables.

envir

The environment where to look for the variables.

Value

Returns NULL invisibly.


pik-piam/mip documentation built on April 5, 2024, 12:31 p.m.