(csv-local path & {:keys [sep stat wrap] :or {sep #"," stat false wrap nil}})
read in a local csv dataset
read in a local csv dataset
(read-excel path sheet & {:keys [stat] :or {stat false}})
Read an excel sheet as a vector of vectors (not lazy).
More specified input can be found in https://github.com/mjul/docjure .
Read an excel sheet as a vector of vectors (not lazy). More specified input can be found in https://github.com/mjul/docjure .
(read-file path
&
{:keys [sep format stat wrap output]
:or {sep nil format nil stat false wrap nil output false}})
Lazily read a dataset file (csv, txt, dat, tsv, tab) into a vector of vectors
Lazily read a dataset file (csv, txt, dat, tsv, tab) into a vector of vectors
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close