ClojureDocs

Nav

Namespaces

print-table

clojure.pprint

Available since 1.3
  • (print-table ks rows)
  • (print-table rows)
Prints a collection of maps in a textual table. Prints table headings
 ks, and then a line of output for each row, corresponding to the keys
 in ks. If ks are not specified, use the keys of the first item in rows.