(compute this
num-worker
output-dir
&
{:keys [exception order output select exclude melt header]
:or {exception false
order false
output nil
select nil
exclude nil
melt vector
header nil}})
(generate-col col-count)
Generate column names if there are none
Generate column names if there are none
(get-col-names this)
Get the names for the columns in sequence
Get the names for the columns in sequence
(rolling-join-backward a
b
a-keys
b-keys
a-roll
b-roll
&
{:keys [col-prefix limit]
:or {col-prefix ["1" "2"] limit nil}})
(rolling-join-forward a
b
a-keys
b-keys
a-roll
b-roll
&
{:keys [col-prefix limit]
:or {col-prefix ["1" "2"] limit nil}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close