write_csv truncating numbers? #117
Closed
Comments
A some what smaller reproducible example: input <- runif(100)
output <- read_csv(write_csv(data.frame(input), ""))$input
all.equal(input, output) |
Ooops, have now gone too far in the opposite direction. |
Closed 0e4cc5e |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the simple example below, there is a difference between df01 and df02:
The text was updated successfully, but these errors were encountered: