You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/08/26 15:41:00 UTC

[jira] [Created] (ARROW-13767) [R] Add Arrow methods for slice(), slice_head(), slice_tail()

Ian Cook created ARROW-13767:
--------------------------------

             Summary: [R] Add Arrow methods for slice(), slice_head(), slice_tail()
                 Key: ARROW-13767
                 URL: https://issues.apache.org/jira/browse/ARROW-13767
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Ian Cook


Implement [{{slice()}}, {{slice_head()}}, and {{slice_tail()}}|https://dplyr.tidyverse.org/reference/slice.html] methods for {{ArrowTabular}} and {{arrow_dplyr_query}} objects . I believe this should be relatively straightforward, using {{Take()}} to return only the specified rows.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)