Description Usage Arguments Author(s) Examples
Returns a string describing what kind of object the input is.
1 | what_is_it(x)
|
x |
Any R object |
Thomas Neitmann
1 2 3 4 5 | admiral:::what_is_it(mtcars)
admiral:::what_is_it(NA)
admiral:::what_is_it(TRUE)
admiral:::what_is_it(lm(hp ~ mpg, data = mtcars))
admiral:::what_is_it(letters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.