Description Usage Arguments See Also Examples
View source: R/list.serialize.R
Unserialize a file
1 |
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 |
1 2 3 4 5 | ## Not run:
list.unserialize('test.dat')
list.unserialize('test.json')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.