serialize does not work as expected
On 29/08/2020 1:10 p.m., Sigbert Klinke wrote:
Hi, is there in R a way to "normalize" a vector from compact_intseq/compact_realseq to a "normal" vector?
I don't know if there's a function specifically designed to do that, but as Henrik proposed, this works: l_normalized <- unserialize(serialize(l, connection=NULL, version=2)) Duncan Murdoch