table.core

*style*

dynamic

format-cell

(format-cell string width)

table

(table & args)
Generates an ascii table for almost any input that fits in your terminal.
Multiple table styles are supported.

Options:

* :sort   When set with field name, sorts by field name. When set to true
          sorts by first column. Default is false.
* :fields An optional vector of fields used to control ordering of fields.
          Only works with rows that are maps.
* :desc   When set to true, displays row count after table. Default is nil.
* :style  Sets table style. Available styles are :plain, :org, :unicode and
          :github-markdown. Default is :plain.

table-str

(table-str args & {:keys [style], :or {style :plain}, :as options})
Same options as table but returns table as a string