isPackageLoaded {SubtypeDrug}R Documentation

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)

Arguments

name

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

Details

isPackageLoaded

Value

A string, TRUE or FALSE.

Author(s)

Xudong Han, Junwei Han, Chonghui Liu

Examples

isPackageLoaded("pheatmap")

[Package SubtypeDrug version 0.1.9 Index]