Commits

Neal Richardson authored 4f7ead867fd
ARROW-6413: [R] Support autogenerating column names In addition to `autogenerate_column_names`, this patch also adds support for the `null_values` and `strings_can_be_null` CSV read options. Closes #5252 from nealrichardson/csv-col-names and squashes the following commits: 9fa574717 <Neal Richardson> Skip more d4a4e3405 <Neal Richardson> Skip on appveyor e5d395f77 <Neal Richardson> See if this solves the appveyor problem dc62ea6c6 <Neal Richardson> See if writing to a new file fixes appveyor 21f3e3a9c <Neal Richardson> Update docs 6f601dad4 <Neal Richardson> Add note to NEWS 748eb8982 <Neal Richardson> Add --no-byte-compile to make test for faster installation 0947aa6a1 <Neal Richardson> Support na and na_strings arguments in read_csv_arrow() 026fcb3ea <Neal Richardson> Support col_names = FALSE in read_csv_arrow Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>