Test Connection to Vantage with Teradata SQL Driver | Teradata Package for R - Testing Connection to Vantage with Teradata SQL Driver for R - Teradata Package for R

Teradata® Package for R User Guide

Product
Teradata Package for R
Release Number
17.00
Published
July 2021
Language
English (United States)
Last Update
2023-08-08
dita:mapPath
yih1585763700215.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
B700-4005
Product Category
Teradata Vantage

After installing the tdplyr package on the client, you can establish a connection to the database using the td_create_context function, with the argument dType set to 'native'.

con <- td_create_context(host = <host-name>, uid=<username>, pwd=<password>, dType = "native")