[R] split.data.frame & sql.Save

C. Schulz ozric at web.de
Sun Jun 9 14:28:47 CEST 2002


> Hello,
> 
> how can i save the several data.frames from a list object split ?
> 
> split  <- split.data.frame(data,data$SplitVariable)
> # that's not correct !, i attempt sapply???
> for (i in 1:length(split) {
> sqlSave(channel,as.data.frame(split[i]))
> }
> 
> thanks & regards,christian
> 



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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