[kepler-dev] [Bug 4795] RExpression & cache cleaning

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Feb 12 17:14:06 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4795

--- Comment #3 from Oliver Soong <soong at nceas.ucsb.edu> 2010-02-12 17:14:05 PST ---
We could do away with the .sav files.  Ben, try this in R: 

str <- paste("_data.frame_:", rawToChar(serialize(iris, NULL, TRUE)), sep = "")
data <- unserialize(charToRaw(substr(str, 14, nchar(str))))

I'd want to make sure that escaping is done properly and we might bump into
string length problems.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list