Skip to content

make return value exactly equal to input for write_ functions #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

Closed
wants to merge 1 commit into from
Closed

make return value exactly equal to input for write_ functions #1

wants to merge 1 commit into from

Conversation

jesse-ross
Copy link

Fixes tidyverse#975.

According to the documentation, the invisible return value of write_delim() et al. should be equal to the data frame passed in. Instead, the data frame returned had date and factor columns converted to strings. This fixes that issue, so that the invisible returned data frame is exactly equal to the input.

@jesse-ross
Copy link
Author

I'm closing this because I intended it to go to tidyverse/readr - my apologies!

@jesse-ross jesse-ross closed this Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write_csv() returns modified tibble instead of input
1 participant