Skip to content
Prev 65760 / 398513 Next

name of object from character vector

look at "?assign", e.g.,


b <- c("math", "geography", "history")
assign(b[1], data.frame(x=rnorm(5), y=rnorm(5)))
math


I hope it helps.

Best,
Dimitris

----
Dimitris Rizopoulos
Ph.D. Student
Biostatistical Centre
School of Public Health
Catholic University of Leuven

Address: Kapucijnenvoer 35, Leuven, Belgium
Tel: +32/16/336899
Fax: +32/16/337015
Web: http://www.med.kuleuven.ac.be/biostat/
     http://www.student.kuleuven.ac.be/~m0390867/dimitris.htm


----- Original Message ----- 
From: "Gasper Cankar" <gasper.cankar at ric.si>
To: <r-help at stat.math.ethz.ch>
Sent: Friday, March 11, 2005 10:00 AM
Subject: [R] name of object from character vector