slice Functions not Supported | Teradata R Package - slice Functions not Supported by tdplyr - 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

tdplyr does not support the slice function in the dplyr package. It is not intended to work with relational databases because RDBMS have no intrinsic notion of row order.

To perform the equivalent operation, use the filter() and row_number() functions.