R/new.R
is_mtoolr.Rd
Is the object of class mtoolr?
is_mtoolr(object)
An R object
TRUE if the object is of class mtoolr
is_mtoolr(example_models) #> [1] TRUE is_mtoolr(mtcars) #> [1] FALSE