Hello everyone!

A simple question (I'm not sure about the answer):

How can I give a name to my data.frame from a character vector of names? 
For example, each data.frame is a table of results for a subject and I have a 
vector of subject names like

b <- c("math", "geography", "history")

How do I create a data.frame named "math" by calling b[1]? 

I'm importing data via RODBC in one big loop for all subjects and
I want them separated so I'll be able to load them one at a time later on. 

Thanks for your help,

Gasper


Gasper Cankar
National Examinations Centre
Slovenia
+386 1 54 84 682
gasper.cankarATric.si

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to