[R] dynamically naming columns in a data frame
Peter Dalgaard BSA
p.dalgaard at biostat.ku.dk
Thu Sep 14 16:12:05 CEST 2000
Jarred McCaffrey <jmccaffr at cs.uml.edu> writes:
> df <- data.frame( newName=clusters, .... )
>
> But newName is always read as a text string, I have not been able to
> substitute a variable. I also tried substituting the Abbreviate() call
> for newName, hoping the char string return would be used. That caused
> syntax errors.
>
> Does anyone know a solution to dynamically naming columns?
is
names(df)<-whatever
what you're looking for?
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list