create_mysql_connection: Title

Description Usage Arguments Value

View source: R/create_mysql_connection.R

Description

Title

Usage

1
2
create_mysql_connection(host_name = config$host_name,
  db_name = config$db_name, creds_path = config$creds_path)

Arguments

host_name

character; name of host to connect

db_name

character; name of data base to connect;

creds_path

character; path to credentials

Value

db_bi; mysql connection


adambondarzewskiITF/utilitiesAdamExample documentation built on May 7, 2019, 7:44 a.m.