Nicola Crane created ARROW-15812:
------------------------------------
Summary: [R] Allow user to supply col_names argument when reading
in a CSV dataset
Key: ARROW-15812
URL: https://issues.apache.org/jira/browse/ARROW-15812
Project: Apache Arrow
Issue Type: Improvement
Components: R
Reporter: Nicola Crane
Allow the user to supply the {{col_names}} argument from {{readr}} when reading
in a dataset.
This is already possible when reading in a single CSV file via
{{arrow::read_csv_arrow()}} via the {{readr_to_csv_read_options}} function, and
so once the C++ functionality to autogenerate column names for Datasets is
implemented, we should hook up {{readr_to_csv_read_options}} in
{{csv_file_format_read_opts}} just like we have with
{{readr_to_csv_parse_options}} in {{csv_file_format_parse_options}}.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)