-
Notifications
You must be signed in to change notification settings - Fork 1
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
col_types missing from read_csv() but present in docs #21
Comments
Hmm idk what happened there but we can def add support for both. Just wondering when using r, what for your ideal |
I've actually never used Tidier in R, only Tidier.jl because it's awesome. But I frequently use Would it be easier to have a helper function to interpret passing through the various extra arguments |
Oh wow, I love that. So basically, if I'm understanding correctly, there are times when you need to specify the column type you are reading for a select couple columns? It might be easier to have a helper function. I'm open to any approach really. If you have a plan in mind, feel free to give it a spin, if not i can piece something together |
alright so, if you add this branch below you can determine the column types and use any arg that already exists for CSV.jl in these a well, including
|
Alright, with v.1.6 all the features you requested should be available. I'm going to close this issue for now but plz reopen / open a new issue if there's anything not working / something else you need. |
col_types appears to be missing from read_csv() but present in the docs: https://tidierorg.github.io/TidierFiles.jl/latest/reference/#TidierFiles.read_csv-Tuple{Any}
Tangential: it would be awesome if we can pass through some of the other options present in CSV.read like normalizenames, etc.
The text was updated successfully, but these errors were encountered: