get_con: Get a DBI connection reading a configuration file

View source: R/get_con.R

get_conR Documentation

Get a DBI connection reading a configuration file

Description

This function get a DBI connection to a database reading the parameters from a config.yml file using the get function. See the vignette for details.

Usage

get_con(configname = "defaultdb", file = "config.yml")

Arguments

configname

a string with the name of the configuration

file

name of the configuration to read from.

Value

a DBI connection

Author(s)

John J. Aponte


johnaponte/repana documentation built on Feb. 24, 2025, 3:35 a.m.