Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 64 Bit Integers Should be Added to Documentation for read_csv #1564

Open
gmoore016 opened this issue Nov 23, 2024 · 0 comments
Open

Comments

@gmoore016
Copy link

readr appears to support reading 64 bit integers from CSVs out of the box if the col_type is set to "I".
Image

This appears to be intentional given this issue was closed when the Vroom backend was added to readr and the vroom documentation lists "I" as an acceptable argument for col_type.

However, "I" is not currently listed as an acceptable type in the documentation for read_csv:

Image

I'd suggest adding this to the docs, as it's not obvious and may drive people to uglier workarounds (like I was using before discovering the above).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant