Skip to content
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

write_*() functions again return identical data frame they were given #1047

Merged
merged 2 commits into from
Nov 18, 2019
Merged

write_*() functions again return identical data frame they were given #1047

merged 2 commits into from
Nov 18, 2019

Conversation

jesse-ross
Copy link
Contributor

The write_*() functions were no longer returning the input 'x' invisibly as stated in the documentation, but rather similar data frames with factors and datetimes converted to character columns.

This PR fixes that, so that the invisible return value is identical to 'x'.

Fixes #975

@jimhester
Copy link
Collaborator

Thanks! Can you please add a bullet to NEWS? It should briefly describe the change and end with (@yourname, #issuenumber).

@jesse-ross
Copy link
Contributor Author

Sure thing! Added it, sorry about that.

@jimhester
Copy link
Collaborator

Awesome, great work!

Thanks a bunch!

@jimhester jimhester merged commit dab51f5 into tidyverse:master Nov 18, 2019
@jesse-ross jesse-ross deleted the make-return-value-identical-to-input branch November 8, 2021 22:05
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
2 participants