Description Usage Arguments Value Examples
A helper function for simplifying a 'MsgPack' return object.
1 2 3 |
x |
Return object from msgpack_unpack. |
A simplified return object from msgpack_unpack. Lists of all the same type are concatenated into an atomic vector. Maps are simplified to named lists or named vectors as appropriate. NULLs are converted to NAs if simplified to vector.
1 2 3 4 | x <- msgpack_format(1:10)
x_packed <- msgpack_pack(x)
x_unpacked <- msgpack_unpack(x_packed)
x_simplified <- msgpack_simplify(x_unpacked)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.