readr
readr copied to clipboard
Read flat files (csv, tsv, fwf) into R
Hello, thank you for your great work about the tidyverse, I really like it. I am so sorry, but I've to report a small bug, just call: ```r > readr::guess_encoding(list("a",...
`readr` appears to support reading 64 bit integers from CSVs out of the box if the col_type is set to "I".  This appears to be intentional given [this issue](https://github.com/tidyverse/readr/issues/633)...
Regarding read_delim (and its peers), it would be great that, whenever col_select is used, the argument col_types should refer only to the variables described at the col_select argument instead of...
based on a mastodon discussion, we felt that the option to provide a vector of paths was not clearly enough defined in the param documentation. This is a suggestion to...
`write_csv()` seems to assume when appending to a file that the file concludes with a newline. However, when creating a file in Excel and saving as CSV, that behavior can't...