readr icon indicating copy to clipboard operation
readr copied to clipboard

Read flat files (csv, tsv, fwf) into R

Results 135 readr issues
Sort by recently updated
recently updated
newest added

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". ![Image](https://github.com/user-attachments/assets/13299b61-4138-4bb4-93d6-550403fe64e5) 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...