get_database_connection: Construct a database from database connection parameters

View source: R/database_support.R

get_database_connectionR Documentation

Construct a database from database connection parameters

Description

It's recommended to store database connection parameters in the <project>/parameters.R file

Usage

get_database_connection(database_parameters)

Arguments

database_parameters

List with the following elements database_type, host, port, user, password, schema

Value

DBI database connect with the given schema specified


momeara/MPStats documentation built on July 19, 2022, 3:34 p.m.