sbf_set_config_file: Set the Config File path

View source: R/pg.R

sbf_set_config_fileR Documentation

Set the Config File path

Description

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

Usage

sbf_set_config_file(path = "config.yml")

Arguments

path

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

Details

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

Value

An invisible string of the file path given

See Also

Other postgresql functions: sbf_backup_pg(), sbf_close_pg(), sbf_create_pg(), sbf_execute_pg(), sbf_get_config_file(), sbf_get_config_value(), sbf_get_schema(), sbf_list_tables_pg(), sbf_load_data_from_pg(), sbf_load_datas_from_pg(), sbf_open_pg(), sbf_reset_config_file(), sbf_reset_config_value(), sbf_reset_schema(), sbf_save_data_to_pg(), sbf_set_config_value(), sbf_set_schema()

Examples

## Not run: 
sbf_set_config_file()
sbf_set_config_file("Keys/config-captures.yml")

## End(Not run)

poissonconsulting/subfoldr2 documentation built on Nov. 1, 2024, 9:10 p.m.