You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2022/11/17 18:36:00 UTC

[jira] [Created] (ARROW-18354) [R] Better document the CSV read/parse/convert options we can use with open_dataset()

Nicola Crane created ARROW-18354:
------------------------------------

             Summary: [R] Better document the CSV read/parse/convert options we can use with open_dataset()
                 Key: ARROW-18354
                 URL: https://issues.apache.org/jira/browse/ARROW-18354
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: R
            Reporter: Nicola Crane


When a user opens a CSV dataset using open_dataset, they can take advantage of a lot of different options which can be specified via {{CsvReadOptions$create()}} etc.

However, as they are passed in via the ellipses ({{...}}) argument, it's not particularly clear to users which arguments are supported or not.  They are not documented in the {{open_dataset()}} docs, and further confused (see the code for {{CsvFileFormat$create()}} by the fact that we support a mix of Arrow and readr parameters.

We should better document the arguments we do support.





--
This message was sent by Atlassian Jira
(v8.20.10#820010)