Liking cljdoc? Tell your friends :D

code-maat.output.csv


write-toclj

(write-to s ds)
(write-to s ds n-rows)

Writes the given dataset ds as CSV to the given stream s. By default, all rows are written. This behavior is possible to override by providing a third argument specifying the number of rows to write.

Writes the given dataset ds as CSV to the given stream s.
By default, all rows are written. This behavior
is possible to override by providing a third argument
specifying the number of rows to write.
sourceraw docstring

write-to-fileclj

(write-to-file file-name s ds)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close