-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[R] open_dataset - format is unclear #38178
Comments
Thanks @csgillespie, this kind of feedback from our user community is super helpful!
Looks like we missed mentioning JSON in the docs when we added that functionality - thanks for spotting that!
Sorry, I'm a but unsure what you mean by this, mind rephrasing?
Writing JSON files isn't currently supported in the arrow R package as it's not implemented in Arrow C++; if it's something that would be useful, you could open a C++ feature request ticket? Writing tsv files is supported, though the released package's version of the docs don't reflect that. However, this is fixed in the dev version (see dev docs here). |
I've opened #38216 for documenting the option of JSON in the |
Aha, I see, CSV == text. Yep, we should update that too, here's the ticket #38217 |
Interested in submitting a PR at all @csgillespie? |
Describe the bug, including details regarding any error messages, version, and platform.
gives the function sig as
However, the docs in ?open_dataset don't mention
json
. Which would mean it's not supported?If I was being pedantic,
write_dataset()
is slightly odd.open_
, but not inwrite_
open_
reads in JSON / tsv, butwrite_
doesn'tComponent(s)
R
The text was updated successfully, but these errors were encountered: