Description Usage Arguments Value Examples
A helper function to format R data for input to 'MsgPack'.
1 2 3 | msgpack_format(x)
msgpackFormat(x)
|
x |
An r object. |
A formatted R object to use as input to msgpack_pack. Vectors are converted into Lists.
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.