thisisnic commented on a change in pull request #10943: URL: https://github.com/apache/arrow/pull/10943#discussion_r695517028
########## File path: r/vignettes/flight.Rmd ########## @@ -74,5 +82,6 @@ client %>% ## 3 virginica 6.9 ``` -Because `flight_get()` returns an Arrow data structure, we can directly pipe -its result into a `dplyr` workflow. +Because `flight_get()` returns an Arrow data structure, you can directly pipe +its result into a [dplyr](https://dplyr.tidyverse.org/) workflow. +See [the dataset vignette](./dataset.html) for more information on working with Arrow objects via a dplyr interface. Review comment: Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
