Learn R Programming

SubtypeDrug (version 0.1.9)

isPackageLoaded: SubtypeDrug internal function

Description

Determine if the package is loaded. If the package is not loaded, the program will prompt the user.

Usage

isPackageLoaded(name)

Value

A string, TRUE or FALSE.

Arguments

name

A string. The name of the R package which determines whether it is loaded.

Author

Xudong Han, Junwei Han, Chonghui Liu

Details

isPackageLoaded

Examples

Run this code
isPackageLoaded("pheatmap")

Run the code above in your browser using DataLab