Skip to contents

[Deprecated]

sbf_set_config_value() was moved to subfoldr2ext::sbfx_set_config_value().

Wrapper for setting the psql.config_value options parameter.

Usage

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")
} # }