is_bco {biocompute}R Documentation

Is this a BCO object?

Description

Is this a BCO object?

Usage

is_bco(x)

Arguments

x

any object

Value

Logical. TRUE if it is a BCO object, FALSE if not.

Examples

generate_example("minimal") %>% is_bco()

[Package biocompute version 1.1.1 Index]