referencing values of strings
On Wed, Nov 17, 2004 at 10:48:46AM -0500, Apoian, Zack wrote:
Say you have a vector named x and a function which returns the character string "x" . How would I take "x" as an input and return the vector x?
get("x")
See ?get. You may also be interested in ?assign.
+ seth