View source: R/isNamespaceLoaded.R
isNamespaceLoaded | R Documentation |
See the original description in base::isNamespaceLoaded
.
isNamespaceLoaded(name)
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_isNamespaceLoaded = getFromNamespace("isNamespaceLoaded", "backports")
bp_isNamespaceLoaded("backports")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.