umx_str_from_object {umx} | R Documentation |
Return variable name as a string
Description
Utility to return an object's name as a string
Usage
umx_str_from_object(x)
Arguments
x |
an object |
Value
name as string
References
See Also
Other String Functions:
umx
,
umx_explode()
,
umx_explode_twin_names()
,
umx_grep()
,
umx_names()
,
umx_paste_names()
,
umx_rot()
,
umx_str_chars()
,
umx_trim()
Examples
umx_str_from_object(mtcars)
# "mtcars"
[Package umx version 4.21.0 Index]