Skip to content

write_csv silently fails when directory doesn't exist #172

Description

@dchudz
write_csv(cars, "this/directory/doesnt/exist/cars.csv")

... doesn't succeed, but also doesn't give an error (latest master, and the version on CRAN). Seems like it would be better to have an error (like write.csv does)?

My system details, in case that matters:

                                                                                           sysname 
                                                                                          "Darwin" 
                                                                                           release 
                                                                                          "13.1.0" 
                                                                                           version 
"Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64" 
                                                                                          nodename 
                                                                                    "davids-mbp-4" 
                                                                                           machine 
                                                                                          "x86_64" 
                                                                                             login 
                                                                                           "david" 
                                                                                              user 
                                                                                           "david" 
                                                                                    effective_user 
                                                                                           "david" 
> 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions