Install Teradata R Package - Installing Teradata R Package - Teradata R Package

Teradata® R Package User Guide

Product
Teradata R Package
Release Number
16.20
Published
February 2020
Language
English (United States)
Last Update
2022-05-02
dita:mapPath
qbt1519078127352.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-4005
lifecycle
previous
Product Category
Teradata Vantage

The Teradata R package, tdplyr, is available from Teradata Github site https://github.com/Teradata/tdplyr.

The Teradata R package depends on the dplyr, dbplyr, DBI, magrittr, rlang and teradatasql (Teradata SQL Driver for R) packages.

Run the following command from your Terminal (for Linux and Mac) or Command Prompt (for Windows) to download and install the tdplyr package along with the dependent packages, from Amazon AWS and CRAN repository.

This command is applicable to all supported OS platforms.
Rscript -e "install.packages('tdplyr',repos=c('https://r-repo.teradata.com','https://cloud.r-project.org'))"
The following dependent packages are installed automatically with this Rscript command:
  • dplyr
  • dbplyr
  • DBI
  • magrittr
  • rlang
  • teradatasql(Teradata SQL Driver for R)