Skip to contents

Check whether an object is of the class GRanges.

Usage

is_granges(obj)

Arguments

obj

Any R object.

Value

Boolean.

Examples

bool <- echodata::is_granges(mtcars)