Learn R Programming

oligo (version 1.36.1)

isPackageLoaded: Check if package is loaded.

Description

Checks if package is loaded.

Usage

isPackageLoaded(pkg)

Arguments

pkg
Package to be checked.

Value

  • Logical.

Details

Checks if package name is in the search path.

See Also

search

Examples

Run this code
isPackageLoaded("oligoClasses")
isPackageLoaded("ff")
isPackageLoaded("snow")

Run the code above in your browser using DataLab