thisisnic commented on code in PR #14679: URL: https://github.com/apache/arrow/pull/14679#discussion_r1028631831
########## r/R/csv.R: ########## @@ -418,6 +418,8 @@ CsvTableReader$create <- function(file, #' The `CsvWriteOptions$create()` factory method takes the following arguments: #' - `include_header` Whether to write an initial header line with column names #' - `batch_size` Maximum number of rows processed at a time. Default is 1024. +#' - `null_string` The string to be written for null values. Must not contain +#' quotation marks. Default is `NA`. Review Comment: Hmm, I'm not sure. It'd be nice to have at least `write_csv_arrow()` behaviour aligned with `readr`, but this would be a change in behaviour that users might not want if they're used to the current behaviour. What do you think @nealrichardson? -- 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]
