powered by
Extract the class (or type) of an object for use in error messages.
object_type(x)
A length-1 character vector describing the class of the object.
An object to test.
object_type("a") object_type(1L) object_type(1.1) object_type(mtcars) object_type(rlang::quo(something))
Run the code above in your browser using DataLab