.onLoad <- function(libname, pkgname) {
## Set 'queue' option by environment variable
value <- Sys.getenv("R_FUTURE_REDIS_QUEUE", NA_character_)
if (!is.na(value)) {
options(future.redis.queue = value)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.