Wrapper for setting the psql.config_value options parameter.

sbf_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{
sbf_set_config_value("shinyapp")
} # }