elConnect: A helper function to connect to the database using .dbconf

View source: R/elConnect.R

elConnectR Documentation

A helper function to connect to the database using .dbconf

Description

A helper function to connect to the database using .dbconf

Usage

elConnect(config = "client")

Arguments

config

Will use this config in the ~/.dbconf file. Default 'client'

Value

A connection object as returned from RMySQL

See Also

link[RMySQL]

Examples

con = dbConnect()


erlichlab/el.db documentation built on May 11, 2023, 8:26 a.m.