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

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for R
Release Number
17.20
Published
March 2024
ft:locale
en-US
ft:lastEdition
2024-04-09
dita:mapPath
efv1707506846369.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
nqx1518630623256
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")