djnavarro commented on code in PR #14514: URL: https://github.com/apache/arrow/pull/14514#discussion_r1028661795
########## r/vignettes/read_write.Rmd: ########## @@ -0,0 +1,164 @@ +--- +title: "Reading and writing data files" +description: > + Learn how to read and write CSV, Parquet, and Feather files with `arrow` +output: rmarkdown::html_vignette +--- + +The `arrow` package provides functions for reading single data files in +several common formats. By default, calling any of these functions +returns an R data frame. To return an Arrow Table, set argument +`as_data_frame = FALSE`. Review Comment: That's nice, I'll do that. @stephhazlitt had some suggestions about other places we can rephrase to emphasise the in-memory/on-disk distinction too -- 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]
