Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature Request: Write a list of data.frames to .csv files #207
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
Thanks - give me some time to think about how this should work. |
This comment has been minimized.
This comment has been minimized.
Implementing a variant of this now as a format-agnostic function: |
This comment has been minimized.
This comment has been minimized.
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
billdenney commentedJun 22, 2019
I have a feature request to allow writing a list of data.frames as many .csv files.
The interface I'm thinking of could be:
And, because I needed it for a project today, I wrote the below code which would support the above (the code below worked for my needs today, but it is not fully tested):
If interested, I'm happy to make it into a PR.