generate_counts_for_bitmaps | R Documentation |
Performs R.BITCOUNT operation on bitmaps to produce counts
generate_counts_for_bitmaps(bitmaps, roaring_client)
bitmaps |
a bitmap dataframe |
roaring_client |
a Redis client e.g.: |
brand | usage | counts |
Pepsi | 1 | 1 |
Fanta | 1 | 2 |
Coke | 1 | 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.