rsh {rush} | R Documentation |
Synctatic Sugar for Rush Controller Construction
Description
Function to construct a Rush controller.
Usage
rsh(network_id = NULL, config = NULL, ...)
Arguments
network_id |
( |
config |
(redux::redis_config) |
... |
(ignored). |
Value
Rush controller.
Examples
# This example is not executed since Redis must be installed
config_local = redux::redis_config()
rush = rsh(network_id = "test_network", config = config_local)
rush
[Package rush version 0.1.1 Index]