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

sbf_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{
sbf_set_config_file()
sbf_set_config_file("Keys/config-captures.yml")
} # }