Description Arguments Value Usage Details Author(s) Examples
Take two Odessa data packages and join them together given the common field. If no field is specified, then use the greatest common factor based on the graph of each index.
a |
An Odessa data.frame |
b |
An Odessa data.frame |
A new data.frame conjoined on a common index
conjoin(a,b, field, ...)
The power of Odessa is in being able to join datasets together without a lot of ceremony. Data that has been fetched via Odessa can be joined via their bindings. The ideal situation is that compatible bindings are inferred from the metadata and master graphs. Currently you have to specify the binding.
Brian Lee Yung Rowe
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.