Skip to contents

Set an option for providers

Usage

get_providers_option(name)

Arguments

name

Name of the option

Value

The requested option or NULL if it doesn't exist

Examples

providers_option("test", "DUMMY")
get_providers_option("test")
#> [1] "DUMMY"