Message-ID: <20041117170122.GA15863@queenbee.fhcrc.org>
Date: 2004-11-17T17:01:22Z
From: Seth Falcon
Subject: referencing values of strings
In-Reply-To: <D35A7FAE1220DB49A018F51A225565E8059FA3@mailisny3.saccap.int>
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