R/AAA.R

###########################
## container provider
###########################
#' The base redis container
#'
#' The base redis container. It should not be directly used by the user.
#'
#' @exportClass RedisContainer
.RedisContainer <- setRefClass(
    "RedisContainer",
    fields = list(
        sysPackages = "character",
        RPackages = "character"
    ),
    contains = "DockerContainer"
)

Try the RedisBaseContainer package in your browser

Any scripts or data that you put into this service are public.

RedisBaseContainer documentation built on June 8, 2021, 9:07 a.m.