Hi, I have a huge table, approximatly 16,000 x 12,000, full of various integers. Its a tab delimited file approx 400mb in size. R takes ages to read it in (read.delim), and store it as a variable. My aim is to transpose the table, however I am hesistate to do it incase it crashes my local server, since reading it in took so much memory. Does anybody know a way of tranposing a table of this size in R without it requiring too much memory?
Thanks in advance Vie -- View this message in context: http://www.nabble.com/Question-about-transposing-tables---matrixes-in-R-tp19970190p19970190.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.