Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Rescoped to be just slice(). The other functions were implemented in ARROW-13766.
Original description:
Implement slice(), slice_head(), and slice_tail() methods for ArrowTabular, Dataset, and arrow_dplyr_query objects . I believe this should be relatively straightforward, using Take() to return only the specified rows. We already have a head() method which I believe we can reuse for slice_head().
Attachments
Issue Links
- relates to
-
ARROW-13766 [R] Add Arrow methods slice_min(), slice_max()
- Resolved