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
Expose datapasta::dpasta() #280
Comments
|
I poked around and thought about this. I think it makes sense to inline a minimal version here, possibly with some involvement from @MilesMcBain if he was interested. Since datapasta exists, we could tackle the 80% most common use cases, which would simplify things a lot, and refer people to datapasta if their needs aren't met. We only need to go from R object to a human-friendly deparsed version, whereas datapasta also aims to ingest text, which brings in a readr dependency. |
|
Go forth and minimally re-implement with my blessing if that's the route you choose. It'll be a WHILE before I have any bandwidth for something like this - an infant and a toddler will see to that What would be cool though is if the deparse bit could be split out into something we could both take dependency on. There was quite a bit of progress made on this by @krlmlr in deparse - this has an (unexported)
There's other things it might be nice to do properly like:
edit: excuse spelling |
Since it's so helpful for turning data frames into nice tribbles/data.frames. Reprex could either depend on datapasta, or if it's too heavy a dependency we could implement a minimal version ourselves.
The text was updated successfully, but these errors were encountered: