-
Notifications
You must be signed in to change notification settings - Fork 258
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
Csv serializer #520
Csv serializer #520
Conversation
@schloerke hi, any updates on this? |
Co-authored-by: Barret Schloerke <barret@rstudio.com>
Co-authored-by: Barret Schloerke <barret@rstudio.com>
Co-authored-by: Barret Schloerke <barret@rstudio.com>
Co-authored-by: Barret Schloerke <barret@rstudio.com>
@schloerke thanks for the lower/uppercase change |
This comment has been minimized.
This comment has been minimized.
Notes for me for later: This follows pattern with |
/document |
This comment has been minimized.
This comment has been minimized.
@schloerke all set, it only asks for |
btw, this is being used to provide csv data for scientists doing covid research in my country, this PR makes it more formal :) |
@pachamaltese Thank you for the quick updates today. I'll be looking at later today with a coworker.
This was my fault. Sorry about that.
Very neat! If there is anything public, feel free to direct me to it. 😃 |
@schloerke welcome! it adds new data daily, thanks to CRON + automated R scripts |
Pull Request
Brief description of the original problem and the approach behind your solution: different forums suggest to write to a temp file and then use readLines to serialize csv. My approach uses readr:: to do that in a more efficient way and serialize without problem.
Here'a a MWE that returns CSV output with correct type:
test-csv-serializer.R
return-mtcars.R