isPackageLoaded: SubtypeDrug internal function

Description Usage Arguments Details Value Author(s) Examples

View source: R/isPackageLoaded.R

Description

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

Usage

1

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

1
isPackageLoaded("pheatmap")

SubtypeDrug documentation built on May 17, 2021, 9:09 a.m.