Skip to content

Huge data frames?

2 messages · chr.schulz@email.de, Brian Ripley

#
..perhaps you have more access
when you use the Rodbc Package and MySQL as
Data-Store !?

channel  <- odbcConnect("db_name","login","pass")
data  <- sqlFetch(channel, data, errors = TRUE, as = "data frame", nullstring = "sysmis", na.strings = "NA")   

..or sqlQuery !


good luck ;-)

regards,christian



Magnus Lie Hetland <magnus at hetland.org> schrieb am 28.08.02 07:44:33:
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
RODBC definitely uses more memory than read.table.

One day I'll rewrite RODBC to use the more efficient internals of the
current read.table.
On Wed, 28 Aug 2002 chr.schulz at email.de wrote: