You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't export NaN anymore, which I was using for my work.
Since this was is in line with write.csv() and data.table::fwrite(), I can't export NaN in any user friendly function right now.
So this breaking change is very unfortunate for me.
Would you be interested in a pull request that adds a function argument nan=, which defaults to the na= argument?
This would add back the functionality while keeping the latest change intact.
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with the commit ccc4dea for readr 1.4.0:
write_*()
functions now output any NaN values in the same way as NA values,controlled by the
na=
argument. (write_csv (and any other in the write_delim family) can't handle NaN values #1082).I can't export
NaN
anymore, which I was using for my work.Since this was is in line with
write.csv()
anddata.table::fwrite()
, I can't exportNaN
in any user friendly function right now.So this breaking change is very unfortunate for me.
Would you be interested in a pull request that adds a function argument
nan=
, which defaults to thena=
argument?This would add back the functionality while keeping the latest change intact.
The text was updated successfully, but these errors were encountered: