This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b80d7c  Update reading_and_writing_data.Rmd (#117)
6b80d7c is described below

commit 6b80d7c671048985c7c1168c2ee2e84cd3efb910
Author: Benjamin Wolfe <[email protected]>
AuthorDate: Fri Jan 21 04:29:02 2022 -0600

    Update reading_and_writing_data.Rmd (#117)
    
    Add blank line to format bulleted list correctly
---
 r/content/reading_and_writing_data.Rmd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/r/content/reading_and_writing_data.Rmd 
b/r/content/reading_and_writing_data.Rmd
index a0c84d9..6e57a26 100644
--- a/r/content/reading_and_writing_data.Rmd
+++ b/r/content/reading_and_writing_data.Rmd
@@ -8,6 +8,7 @@ your file as either a data frame or as an Arrow Table object.
 
 
 There are a number of circumstances in which you may want to read in the data 
as an Arrow Table:
+
 * your dataset is large and if you load it into memory, it may lead to 
performance issues
 * you want faster performance from your `dplyr` queries
 * you want to be able to take advantage of Arrow's compute functions

Reply via email to