get_pool: Get a pool connection reading a configuration file

View source: R/get_con.R

get_poolR Documentation

Get a pool connection reading a configuration file

Description

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

Usage

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

Arguments

configname

a string with the name of the value

file

name of the configuration to read from.

Value

a dbPool connection object

Author(s)

John J. Aponte


repana documentation built on May 29, 2024, 10:36 a.m.