Skip to content
Prev 78951 / 398502 Next

Any way to add to data frame saved as .rData file?

hmm...maybe i should just be dumping to a text file instead of a data 
frame..is there any way (without using a real SQL database) in R to create a 
file that i can selectively load certain columns from?

if not, maybe i should break the data frame up into pieces (as you 
suggested) and create a separate file that keeps track of which columns are 
stored in which files (like a hashtable) and just load the small file of 
keys each time i need to load something..

whaddya think??