svraka/asmisc

read_chunked() hides some readr options

Closed this issue · 1 comments

In GitLab by @svraka on Mar 21, 2019, 15:36

read_chuned() should be more explicit about readr options. E.g. input_delim = ";" chooses read_csv2, which will use , as decimal and . as grouping mark. This could lead to unfortunate side effects. A better solution would be to use read_delim() and set the options manually. However, some of the niceness of read_csv(), like automatic whitespace remove should be kept.

Fixed in 93d5054