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_csv does not invisibly return the dataframe #363

Closed
tjmahr opened this issue Feb 10, 2016 · 0 comments
Closed

write_csv does not invisibly return the dataframe #363

tjmahr opened this issue Feb 10, 2016 · 0 comments

Comments

@tjmahr
Copy link

tjmahr commented Feb 10, 2016

It returns the path, and write_delim returns NULL.

x <- readr::write_csv(iris, "iris.csv")
x
#> [1] "iris.csv"

x <- readr::write_delim(iris, delim = "\t", path = "iris.txt")
x
#> NULL

I've submitted a pull request to fix these.

@tjmahr tjmahr changed the title write_csv should does not invisibly return the dataframe write_csv does not invisibly return the dataframe Feb 10, 2016
nabilabd added a commit to nabilabd/readr that referenced this issue Feb 17, 2016
@hadley hadley closed this as completed in c2caae6 Jun 2, 2016
@hadley hadley removed the in progress label Jun 2, 2016
@lock lock bot locked and limited conversation to collaborators Sep 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants