Skip to content

write_csv does not invisibly return the dataframe #363

@tjmahr

Description

@tjmahr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions