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
* add new feature
* add more tests
* add const qualifier
* Use local for clearer test
* dec= test
* Update man/fwrite.Rd
Co-authored-by: Michael Chirico <[email protected]>
* nocov
* oops
* test #ing
---------
Co-authored-by: Michael Chirico <[email protected]>
\code{fwrite} beganasacommunitycontributionwith \href{https://github.com/Rdatatable/data.table/pull/1613}{pullrequest#1613} by Otto Seiskari. This gave Matt Dowle the impetus to specialize the numeric formatting and to parallelize: \url{https://h2o.ai/blog/2016/fast-csv-writing-for-r/}. Final items were tracked in \href{https://github.com/Rdatatable/data.table/issues/1664}{issue #1664} such as automatic quoting, \code{bit64::integer64} support, decimal/scientific formatting exactly matching \code{write.csv} between 2.225074e-308 and 1.797693e+308 to 15 significant figures, \code{row.names}, dates (between 0000-03-01 and 9999-12-31), times and \code{sep2} for \code{list} columns where each cell can itself be a vector.
0 commit comments