isPackageLoaded: SubtypeDrug internal function

View source: R/isPackageLoaded.R

isPackageLoadedR 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")

SubtypeDrug documentation built on May 29, 2024, 10:33 a.m.