README.md

measure_store_r

Installation

Add the following to the top of your R file:

library(devtools)
install_github('blockchain-art/measure_store_r')
library(MeasureStoreR)

Usage example

print(unique_key())
> "redis:bitops:c6f57338hd1e6b20b8380hg8i26b3fhc5g2iea3c"

Help

To view the help pages:

help(package="MeasureStoreR")

Or to get more info about a specific method:

help("convert_bitmaps_to_counts", package="MeasureStoreR")

Some examples of the help pages: Screenshot 2022-05-16 at 15 50 45 Screenshot 2022-05-16 at 15 32 29 Screenshot 2022-05-16 at 15 31 56



blockchain-art/measure_store_r documentation built on June 19, 2022, 11:15 p.m.