powered by
Returns a string describing what kind of object the input is.
what_is_it(x)
A character description of the type of x
character
x
Any R object
what_is_it("abc") what_is_it(1L) what_is_it(1:10) what_is_it(mtcars)
Run the code above in your browser using DataLab