powered by
Unserialize a file
list.unserialize(file, type = tolower(tools::file_ext(file)), ...)
The file as input
The type of serialization, including native unserializer and json unserializer, which is by default determined by file extension
Additional parameters passed to the unserializer function
list.serialize
# NOT RUN { list.unserialize('test.dat') list.unserialize('test.json') # }
Run the code above in your browser using DataLab