Displaying 1 result from an estimated 1 matches for "new_myframe".
2010 May 19
1
export dataframe's column classes to a list
...'m using in addition to this).
what I want to do is the following:
write.csv(myframe);
col_classes = get_col_classes(myframe);
write.csv(col_classes, "column_classes")
... time passes, R gets closed, etc ...
col_classes = read.csv("column_classes")
new_myframe = read.csv("myfile.csv", colClasses = col_classes)
My question is how to construct the "get_col_classes()" function above.
Any thoughts are greatly appreciated!
Thanks,
Allie
--
Alexander Shenkin
PhD Candidate
School of Natural Resources and Environment
University of Flori...