(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |