Description Usage Arguments See Also Examples
Gaggle Tuples are lists of key/value pairs which can be nested. These functions support creation of tuple objects for broadcast to other Gaggle-connected software or conversion of tuples to R list objects.
The function getTupleAsList receives a Gaggle Tuple broadcast by converting the received value to a list. This is an alternative to the older getTuple which returns an environment object.
1 2 3 4 5 |
name |
name to be assigned to the tuple or individual value |
list |
a list of items to be converted to Singles and added to the tuple |
value |
the value of a key/value pair |
tuple |
a java tuple object |
single |
a java single object |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.