Thank you so much. So, basically, what I have to do is to load the csv table, as usual, and see it with View([dataframeName]) But for other purposes, like doing statistics with all the dataframe, it should work even if I cannot see all the table in R because of limited memory for the data that can be printed to the console at one time
By using View(), you will be able to see the entire data frame in neatly separated rows and columns, similar to viewing an excel spreadsheet. Everything else you said is correct. -- View this message in context: http://r.789695.n4.nabble.com/Loading-long-CSV-tables-in-R-tp4726016p4726042.html Sent from the datatable-help mailing list archive at Nabble.com. _______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
