check-scalar-isBiocParallelParam: Does the input contain a BiocParallel parameter?

check-scalar-isBiocParallelParamR Documentation

Does the input contain a BiocParallel parameter?

Description

Does the input contain a BiocParallel parameter?

Usage

isBiocParallelParam(x)

Arguments

x

Object.

Value

TRUE on success; FALSE on failure, with cause set.

Note

Updated 2023-07-21.

See Also

BiocParallel::bpparam.

Examples

## TRUE ====
if (isInstalled("BiocParallel")) {
    isBiocParallelParam(BiocParallel::bpparam())
}

## FALSE ====
isBiocParallelParam(list())

steinbaugh/goalie documentation built on July 4, 2025, 8:56 a.m.