objExist | R Documentation |
Check if an object exists using the object itself, rather than char string
objExist(...)
... |
any number of objects |
logical vector
x <- "test"
objExist(x)
objExist(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.