create_td_connection: Create a connection object to Teradata to then run queries...

Description Usage Arguments Value

View source: R/td_db.R

Description

Developed for both windows and mac.

Usage

1
2
3
4
5
6
create_td_connection(
  td_id,
  password = NULL,
  jdbc_class_path = "~/terajdbc4.jar",
  url_td = NULL
)

Arguments

td_id

string: Teradata ID

password

string: Teradata password (only for Mac)

jdbc_class_path

string: Path to terajdbc4.jar (only for Mac)

url_td:

url to DB

Value

teradata connection object that is used to run queries


timjaya/toolbox documentation built on Jan. 17, 2021, 2:29 a.m.