ianmcook commented on a change in pull request #1:
URL: https://github.com/apache/arrow-cookbook/pull/1#discussion_r674970095



##########
File path: r/content/manipulating_data.Rmd
##########
@@ -0,0 +1,66 @@
+# Manipulating Data
+
+## Computing Mean/Min/Max, etc value of an array
+
+Many base R functions such as `mean()`, `min()`, and `max()` have been mapped 
to their Arrow equivalents, and so can be called on Arrow Array objects in the 
same way.  They will return Arrow object themselves.

Review comment:
       ```suggestion
   Many base R generic functions such as `mean()`, `min()`, and `max()` have 
been mapped to their Arrow equivalents, and so can be called on Arrow Array 
objects in the same way. They will return Arrow objects themselves.
   ```




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