isNamespaceLoaded: Backport of isNamespaceLoaded for R < 3.2.0

View source: R/isNamespaceLoaded.R

isNamespaceLoadedR Documentation

Backport of isNamespaceLoaded for R < 3.2.0

Description

See the original description in base::isNamespaceLoaded.

Usage

isNamespaceLoaded(name)

Examples

# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_isNamespaceLoaded = getFromNamespace("isNamespaceLoaded", "backports")

bp_isNamespaceLoaded("backports")

mllg/backports documentation built on Aug. 12, 2024, 12:31 p.m.