djnavarro commented on code in PR #14514: URL: https://github.com/apache/arrow/pull/14514#discussion_r1023520893
########## r/vignettes/dataset.Rmd: ########## @@ -548,4 +451,11 @@ Most file formats have magic numbers which are written at the end. This means a partial file write can safely be detected and discarded. The CSV file format does not have any such concept and a partially written CSV file may be detected as valid. +## Further reading + +- To learn about cloud storage, see the [cloud storage article](./fs.html). +- To learn about `dplyr` with `arrow`, see the [data wrangling article](./data_wrangling.html). +- To learn about reading and writing data, see the [read/write article](./read_write.html). +- To manually enable cloud support on Linux, see the article on [installation on Linux](./install.html). +- To learn about schemas and metadata, see the [metadata article](./metadata.html). Review Comment: Good suggestion! Done! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org