The Teradata Package for R, tdplyr, includes functions and verbs for data management, exploration, preparation, analytics and model cataloging in Vantage while operating from an R client.
Each tdplyr analytic function has the format td_<name>_<engine>, where name indicates the specific task of the function, and engine indicates the location where the function is executed. Valid values for the engine suffix are "mle" stands for ML Engine, and "sqle" stands for Analytics Database.
See Teradata Package for R Function Reference (Teradata Package for R Function Reference, B700-4007) located at Teradata documentation web site https://docs.teradata.com/ for detailed description and usage examples of the tdplyr functions and verbs.