Skip to contents

Is the object of class mtoolr?

Usage

is_mtoolr(object)

Arguments

object

An R object

Value

TRUE if the object is of class mtoolr

Examples

is_mtoolr(example_models)
#> [1] TRUE
is_mtoolr(mtcars)
#> [1] FALSE