Skip to contents

A wrapper to quickly set the psql.config_path options parameter.

Usage

sbfx_set_config_file(path = "config.yml")

Arguments

path

A file path to the location of the yaml file containing your connection details.

Value

An invisible string of the file path given.

Details

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

Examples

if (FALSE) { # \dontrun{
sbfx_set_config_file()
sbfx_set_config_file("Keys/config-captures.yml")
} # }