nealrichardson commented on a change in pull request #12133:
URL: https://github.com/apache/arrow/pull/12133#discussion_r784018084
##########
File path: r/R/dataset.R
##########
@@ -23,8 +23,51 @@
#' `open_dataset()` to point to a directory of data files and return a
#' `Dataset`, then use `dplyr` methods to query it.
#'
+#' @section Partitioning:
+#'
+#' Data is often split into multiple files based on the value of one or more
Review comment:
How about this?
```suggestion
#' Data is often split into multiple files and nested in subdirectories
based on the value of one or more
```
--
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]