Skip to content
Prev 385496 / 398506 Next

serialize does not work as expected

On 29/08/2020 1:10 p.m., Sigbert Klinke wrote:
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