what_is_it | R Documentation |
Returns a string describing what kind of object the input is.
what_is_it(x)
x |
Any R object
|
A character
description of the type of x
what_is_it("abc")
what_is_it(1L)
what_is_it(1:10)
what_is_it(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.