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

format-sep-mapclj

source

get-online-sizeclj

(get-online-size url)

get the size of the response file

get the size of the response file
sourceraw docstring

infer-formatclj

(infer-format path)

infer the file format from a path

infer the file format from a path
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 into a vector of vectors

Lazily read a dataset file into a vector of vectors
sourceraw docstring

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

× close