Liking cljdoc? Tell your friends :D

clojask-io.input


csv-localclj

(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
sourceraw docstring

csv-onlineclj

(csv-online path & {:keys [sep stat wrap] :or {sep #"," stat false wrap nil}})
source

excel-localclj

(excel-local path sheet stat)
source

excel-onlineclj

(excel-online path sheet stat)
source

read-excelclj

(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 .
sourceraw docstring

read-fileclj

(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
sourceraw docstring

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

× close