mystic-lama commented on code in PR #247:
URL: https://github.com/apache/arrow-cookbook/pull/247#discussion_r950263017


##########
r/content/index.Rmd:
##########
@@ -17,32 +19,34 @@ knitr::opts_template$set(test = list(
 ))
 ```
 
-
-
 # Preface
 
 ![](images/arrow.png "Apache Arrow logo")
 
-This cookbook aims to provide a number of recipes showing how to perform 
common 
-tasks using [arrow](https://arrow.apache.org/docs/r/).  This version of the 
-cookbook works with arrow >= 6.0.0, but in future we will maintain different 
-versions for the last few major R package releases.
+This cookbook aims to provide a number of recipes showing how to perform
+common tasks using [arrow](https://arrow.apache.org/docs/r/). This
+version of the cookbook works with arrow \>= 6.0.0, but in future we
+will maintain different versions for the last few major R package
+releases.
 
 ## What is Arrow?
 
-Apache Arrow is a cross-language development platform for in-memory analytics. 
 
-The arrow R package provides a low-level interface to much of the 
functionality 
-available in the C++ implementation, as well as a higher-level interface to the
-compute functionality via an implementation of the 
[dplyr](https://dplyr.tidyverse.org/) API.
+Apache Arrow is a cross-language development platform for in-memory
+analytics.\

Review Comment:
   I think this PR has become messy, Let me open a new one



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