Reputation: 18219
My question is a basic one concerning object type manipulation.
hello = 3
name = 'hello'
I'm looking for a function that allows me to find the value 3 by using only the object name.
Something like:
print.the.thing.called(name)
[1] 3
Thanks a lot !
Upvotes: 0
Views: 66