tbl Object Cannot run a `pull` Operation after `arrange` | tdplyr - tbl Object Cannot Run a `pull` Operation after `arrange` - 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

For tdplyr, tbl object cannot run a 'pull' operation after 'arrange'.

> tbl_antiselect %>% select(rowids, orderid, priority) %>% arrange(1L) %>% pull(rowids)
Error in `purrr::map_chr()`:
ℹ In index: 1.
Caused by error in `as_string()`:
! Can't convert an integer to a string.
Run `rlang::last_error()` to see where the error occurred.