Map a string to an object
Fernando Saldanha <fsaldan1 at gmail.com> writes:
Is there a way in R to get an object whose name is given by a string?
That is, like a function getObject(mystring) such that
getObject('astring')
returns the object astring (assuming it exists)?
?get