Skip to content

as.object: function doesn't exist but I wish it did

3 messages · Patrick McKann, Gabor Grothendieck, Uwe Ligges

#
On Wed, Dec 29, 2010 at 12:31 PM, Patrick McKann <pcmckann at gmail.com> wrote:
If you are asking how to turn a string into a variable its a FAQ!

http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-can-I-turn-a-string-into-a-variable_003f
#
Not sure what you really want, my best guess is you are looking for get():


best <- get(best)

Uwe Ligges
On 29.12.2010 18:31, Patrick McKann wrote: