dragosmg commented on a change in pull request #11668:
URL: https://github.com/apache/arrow/pull/11668#discussion_r752133069
##########
File path: r/R/csv.R
##########
@@ -612,6 +622,8 @@ readr_to_csv_convert_options <- function(na,
#' system (`SubTreeFileSystem`)
#' @param include_header Whether to write an initial header line with column
names
#' @param batch_size Maximum number of rows processed at a time. Default is
1024.
+#' @param write_options read_options see [file reader options][CsvWriteOptions]
Review comment:
The downside to this approach is that we do not have much in terms of
content for `CsvWriteOptions`. We direct to it from a couple of places, but
maybe we need to extent the documentation, more so once we surface more options
from the C++ code. Happy to open a follow-up Jira and update the
`CsvWriteOptions` documentation.
--
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]