djnavarro commented on code in PR #14514:
URL: https://github.com/apache/arrow/pull/14514#discussion_r1023528743


##########
r/vignettes/data_wrangling.Rmd:
##########
@@ -0,0 +1,172 @@
+---
+title: "Data analysis with dplyr syntax"
+description: >
+  Learn how to use the `dplyr` backend supplied by `arrow` 
+output: rmarkdown::html_vignette
+---
+
+The `arrow` package provides a `dplyr` back end that allows users to 
manipulate tabular Arrow data (`Table` and `Dataset` objects) using familiar 
`dplyr` syntax. To use this functionality, make sure that the `arrow` and 
`dplyr` packages are both loaded. In this article we will take the `starwars` 
data set included in `dplyr`, convert it to an Arrow Table, and then analyze 
this data. Note that, although these examples all use an in-memory `Table` 
object, the same functionality works for an on-disk `Dataset` object with only 
minor differences in behavior (documented later in the article).

Review Comment:
   Hm yeah. Okay, what I've done is refer only to "functionality". It's still 
ambiguous, but nobody expects that term to be precise. I figure that's better 
than trying to describe what the arrow/dplyr bindings actually are in the 
opening sentence!



-- 
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]

Reply via email to