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

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.