Skip to main content

print-table

functionv1.7

cljs.pprint/print-table

Available in:BBCLJCLJS
(print-table [ks rows] [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.

No examples yet. Be the first to add one!