| rsh | R Documentation |
Function to construct a Rush manager.
rsh(network_id = NULL, config = NULL, ...)
network_id |
( |
config |
(redux::redis_config) |
... |
(ignored). |
Rush manager.
if (redux::redis_available()) {
config_local = redux::redis_config()
rush = rsh(network_id = "test_network", config = config_local)
rush
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.