Wishlist-for-R
Wishlist-for-R copied to clipboard
Named object and variables -- not only object parts
Like several other languages, it would be nice if objects had a name attribute -- their parts sometimes have names, retrieved with names(), but there is no such thing as name(object/variable) to retrieve the variable/symbol/object name as a string. There is currently no simple workaround, since quote() or substitute() will not return strings and have environment-dependant behaviour.