Skip to contents

Wrapper for setting the psql.config_value options parameter.

Usage

sbfx_set_config_value(value = NULL)

Arguments

value

A string of the config file value to grab.

Value

An invisible string of the value given.

Details

This function is recommended to be added to your header when used.

Examples

if (FALSE) { # \dontrun{
sbfx_set_config_value("shinyapp")
} # }