hide.not.found.warnings {lrequire}R Documentation

Globally hide warnings when modules are not found

Description

This is only to be called when handling results manually. This will be overridden by a warn.not.found parameter explicitly set by either lrequire, find.first.R.

Usage

hide.not.found.warnings()

Value

nothing is returned

Examples

# Ensure warnings are not displayed when lrequire cannot find the module
hide.not.found.warnings()

[Package lrequire version 0.1.3 Index]