ianmcook commented on a change in pull request #11425:
URL: https://github.com/apache/arrow/pull/11425#discussion_r731903109



##########
File path: r/README.md
##########
@@ -25,8 +25,9 @@ access to the Arrow C++ library API and higher-level access 
through a
     interoperability
 -   Analyze, process, and write **multi-file, larger-than-memory
     datasets** (`open_dataset()`, `write_dataset()`)
--   Read **large CSV and JSON files** with excellent **speed and
-    efficiency** (`read_csv_arrow()`, `read_json_arrow()`)
+-   Read **large CSV and JSON files** (`read_csv_arrow()`,
+    `read_json_arrow()`) and write CSV files (`write_csv_arrow()`)
+    with excellent **speed and efficiency** 

Review comment:
       ```suggestion
   -   Read **large CSV and JSON files** with excellent **speed and
        efficiency** (`read_csv_arrow()`, `read_json_arrow()`)
   -   Write CSV files (`write_csv_arrow()`)
   ```




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