list.unserialize {rlist} | R Documentation |
Unserialize a file
Description
Unserialize a file
Usage
list.unserialize(file, type = tolower(tools::file_ext(file)), ...)
Arguments
file |
The file as input |
type |
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 |
See Also
Examples
## Not run:
list.unserialize('test.dat')
list.unserialize('test.json')
## End(Not run)
[Package rlist version 0.4.6.2 Index]