Raw Message
Message-ID: <10dee4690504131646374ea0c4@mail.gmail.com>
Date: 2005-04-13T23:46:08Z
From: Fernando Saldanha
Subject: Map a string to an object
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)?
Thanks.
FS