(compute this
         num-worker
         output-dir
         &
         {:keys [exception order select exclude melt header]
          :or {exception false
               order true
               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 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 |