write_csv silently fails when directory doesn't exist #172
Comments
Hmm, I looks like maybe this is intentional? ( But I don't understand why. |
The file won't exist yet, so |
Ah right, sorry! (It wouldn't be good to handle it with an assertion that |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
... 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:
The text was updated successfully, but these errors were encountered: