[R] dump() an object of type raw ?

Benjamin Tyner btyner at gmail.com
Wed Jul 22 01:19:15 CEST 2009


Is there a way to do this? I tried

   x <- writeBin(pi, raw())
   dump("x","x.R")
   source("x.R")

but is seems x.R is not source()-able, as it contains an unexpected symbol.

Thanks
Ben



More information about the R-help mailing list