Learn R Programming

backports (version 1.5.0)

isNamespaceLoaded: Backport of isNamespaceLoaded for R < 3.2.0

Description

See the original description in base::isNamespaceLoaded.

Usage

isNamespaceLoaded(name)

Arguments

Examples

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

bp_isNamespaceLoaded("backports")

Run the code above in your browser using DataLab