redis_options: Package Options

Description Usage Arguments Value

View source: R/packageOptions.R

Description

Get and set package options.

Usage

1
redis_options(..., ifnotfound = NULL)

Arguments

...

either a list of character strings (names of options to get) or a named list of options to set

ifnotfound

default return value if option is not set

Value

For ... being an unnamed list of character strings, the function returns a list of options. If the resulting list is of length one, the list will be flattene, i.e. only the first item will be returned. If not parameter will be supplied, the complete list of options will be returned.

For ... being a names list of options to be set, the function invisibly returns the original values (if set) of the set options.


mlkornexl/easyRedis documentation built on May 17, 2019, 9:13 a.m.