Description Usage Arguments Details
Get the names of an object
1 |
x |
the object to extract names |
def |
the value to return if the object has |
This function is used in vectorization when the names of an object
is to be supplied. NULL
value will break the vectorization while
setting def = character(1L)
makes the names vectorizable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.