rsh | R Documentation |
Function to construct a Rush controller.
rsh(network_id = NULL, config = NULL, ...)
network_id |
( |
config |
(redux::redis_config) |
... |
(ignored). |
Rush controller.
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.