Hi all, Given a string list, > paste("A",1:5,sep="") [1] "A1" "A2" "A3" "A4" "A5"
I would like to create an empty data frame using that list as the header, so I can access my data frame column using, > df [ list [ i ] ] Anyone ? Thanks, Etienne [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.