rush_available | R Documentation |
Returns TRUE
if a redis config file (redux::redis_config) has been set by rush_plan()
.
rush_available()
logical(1)
# This example is not executed since Redis must be installed
config_local = redux::redis_config()
rush_plan(config = config_local, n_workers = 2)
rush_available()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.