list.unserialize {rlist} | R Documentation |
Unserialize a file
list.unserialize(file, type = tolower(tools::file_ext(file)), ...)
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 |
## Not run: list.unserialize('test.dat') list.unserialize('test.json') ## End(Not run)