Nothing
#' @title Syntactic Sugar for Rush Manager Construction
#'
#' @description
#' Function to construct a [Rush] manager.
#'
#' @template param_network_id
#' @template param_config
#' @param ... (ignored).
#'
#' @return [Rush] manager.
#' @export
#' @examples
#' if (redux::redis_available()) {
#' config_local = redux::redis_config()
#' rush = rsh(network_id = "test_network", config = config_local)
#' rush
#' }
rsh = function(network_id = NULL, config = NULL, ...) {
Rush$new(network_id, config)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.