Check whether an object is of the class GRanges.

is_granges(obj)

Arguments

obj

Any R object.

Value

Boolean.

Examples

bool <- echodata::is_granges(mtcars)