Learn R Programming

biocompute (version 1.1.1)

is_bco: 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

Run this code
# NOT RUN {
generate_example("minimal") %>% is_bco()
# }

Run the code above in your browser using DataLab